Html Css Color HEX #66BF5E Fern

📋 copy color: '#66BF5E'

red 102 ◦ green 191 ◦ blue 94

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

Shades of Fern #66BF5E

Tints of Fern #66BF5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 24.29%

R = 26.36%
G = 49.35%
B = 24.29%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#66BF5E (or 0x66BF5E) is known color: Fern. HEX triplet: 66, BF and 5E. RGB value is (102,191,94). Sum of RGB (Red+Green+Blue) = 102+191+94=387 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.36% from 387); Green value is 191 (75% from 255 or 49.35% from 387); Blue value is 94 (37.11% from 255 or 24.29% from 387); Max value from RGB is 191 - color contains mainly: green. Hex color #66BF5E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66BF5E is #9940A1. Grayscale: #999999. Windows color (decimal): -10043554 or 6209382. OLE color: 6209382.

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

Color convert

RGB 102 191 94 -
CMYK 0.47 0 0.51 0.25
HSL 115.05º 0.43% 0.56% -
HSV(B) 115.05º 0.51% 0.75% -
XYZ 26.13 40.89 17.11 -
YUV 153.33 94.51 91.39 -
System Red Green Blue C M Y K H S L
Decimal 102 191 94 0.47 0 0.51 0.25 115.05 0.43 0.56
Hex 66 BF 5E 2F 0 33 19 73 2B 38
Octal 146 277 136 57 0 63 31 163 53 70
Binary 1100110 10111111 1011110 101111 0 110011 11001 1110011 101011 111000

Color Harmonies of #66BF5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66BF5E

Black with #66BF5E

Text Example


Text Example

White with #66BF5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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