Html Css Color HEX #66BF70 Fern

📋 copy color: '#66BF70'

red 102 ◦ green 191 ◦ blue 112

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

Shades of Fern #66BF70

Tints of Fern #66BF70

RGB

 RED value IS 102 (40.23% from 255) = 25.19%

 GREEN value IS 191 (75% from 255) = 47.16%

 BLUE value IS 112 (44.14% from 255) = 27.65%

R = 25.19%
G = 47.16%
B = 27.65%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#66BF70 (or 0x66BF70) is known color: Fern. HEX triplet: 66, BF and 70. RGB value is (102,191,112). Sum of RGB (Red+Green+Blue) = 102+191+112=405 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.19% from 405); Green value is 191 (75% from 255 or 47.16% from 405); Blue value is 112 (44.14% from 255 or 27.65% from 405); Max value from RGB is 191 - color contains mainly: green. Hex color #66BF70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66BF70 is #99408F. Grayscale: #9B9B9B. Windows color (decimal): -10043536 or 7389030. OLE color: 7389030.

HSL color Cylindrical-coordinate representation of color #66BF70: hue angle of 126.74º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #66BF70 is Cyan = 0.47, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB 102 191 112 -
CMYK 0.47 0 0.41 0.25
HSL 126.74º 0.41% 0.57% -
HSV(B) 126.74º 0.47% 0.75% -
XYZ 27.03 41.26 21.87 -
YUV 155.38 103.51 89.92 -
System Red Green Blue C M Y K H S L
Decimal 102 191 112 0.47 0 0.41 0.25 126.74 0.41 0.57
Hex 66 BF 70 2F 0 29 19 7F 29 39
Octal 146 277 160 57 0 51 31 177 51 71
Binary 1100110 10111111 1110000 101111 0 101001 11001 1111111 101001 111001

Color Harmonies of #66BF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66BF70

Black with #66BF70

Text Example


Text Example

White with #66BF70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66BF70; }

 p { color: rgb(102,191,112); }

 H1.HeaderClassName
 {
   color: #66BF70;
 }
 .AnyTagClassName
 {
   color: #66BF70;
 }
</style>

background-color css

<style>
 a { background-color: #66BF70; }

 a { background-color: rgb(102,191,112); }

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

border-color css

<style>
 span { border-color: #66BF70; }

 span { border-color: rgb(102,191,112); }

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