Html Css Color HEX #74F186 Pastel Green

📋 copy color: '#74F186'

red 116 ◦ green 241 ◦ blue 134

#74F186
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pastel Green #74F186

Tints of Pastel Green #74F186

RGB

 RED value IS 116 (45.7% from 255) = 23.63%

 GREEN value IS 241 (94.53% from 255) = 49.08%

 BLUE value IS 134 (52.73% from 255) = 27.29%

R = 23.63%
G = 49.08%
B = 27.29%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.44

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#74F186 (or 0x74F186) is known color: Pastel Green. HEX triplet: 74, F1 and 86. RGB value is (116,241,134). Sum of RGB (Red+Green+Blue) = 116+241+134=491 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.63% from 491); Green value is 241 (94.53% from 255 or 49.08% from 491); Blue value is 134 (52.73% from 255 or 27.29% from 491); Max value from RGB is 241 - color contains mainly: green. Hex color #74F186 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74F186 is #8B0E79. Grayscale: #BFBFBF. Windows color (decimal): -9113210 or 8843636. OLE color: 8843636.

HSL color Cylindrical-coordinate representation of color #74F186: hue angle of 128.64º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #74F186 is Cyan = 0.52, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB 116 241 134 -
CMYK 0.52 0 0.44 0.05
HSL 128.64º 0.82% 0.7% -
HSV(B) 128.64º 0.52% 0.95% -
XYZ 42.96 68.34 33.48 -
YUV 191.43 95.59 74.2 -
System Red Green Blue C M Y K H S L
Decimal 116 241 134 0.52 0 0.44 0.05 128.64 0.82 0.7
Hex 74 F1 86 34 0 2C 5 81 52 46
Octal 164 361 206 64 0 54 5 201 122 106
Binary 1110100 11110001 10000110 110100 0 101100 101 10000001 1010010 1000110

Color Harmonies of #74F186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74F186

Black with #74F186

Text Example


Text Example

White with #74F186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74F186; }

 p { color: rgb(116,241,134); }

 H1.HeaderClassName
 {
   color: #74F186;
 }
 .AnyTagClassName
 {
   color: #74F186;
 }
</style>

background-color css

<style>
 a { background-color: #74F186; }

 a { background-color: rgb(116,241,134); }

 div.DivClassName
 {
   background-color: #74F186;
 }
 .BgClassName
 {
   background-color: #74F186;
 }
</style>

border-color css

<style>
 span { border-color: #74F186; }

 span { border-color: rgb(116,241,134); }

 td.TdClassName
 {
   border-color: #74F186;
 }
 .TagClassName
 {
   border-color: #74F186;
 }
</style>