Html Css Color HEX #66C65F Fern

📋 copy color: '#66C65F'

red 102 ◦ green 198 ◦ blue 95

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

Shades of Fern #66C65F

Tints of Fern #66C65F

RGB

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

 GREEN value IS 198 (77.73% from 255) = 50.13%

 BLUE value IS 95 (37.5% from 255) = 24.05%

R = 25.82%
G = 50.13%
B = 24.05%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#66C65F (or 0x66C65F) is known color: Fern. HEX triplet: 66, C6 and 5F. RGB value is (102,198,95). Sum of RGB (Red+Green+Blue) = 102+198+95=395 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.82% from 395); Green value is 198 (77.73% from 255 or 50.13% from 395); Blue value is 95 (37.5% from 255 or 24.05% from 395); Max value from RGB is 198 - color contains mainly: green. Hex color #66C65F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66C65F is #9939A0. Grayscale: #9D9D9D. Windows color (decimal): -10041761 or 6276710. OLE color: 6276710.

HSL color Cylindrical-coordinate representation of color #66C65F: hue angle of 115.92º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #66C65F is Cyan = 0.48, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB 102 198 95 -
CMYK 0.48 0 0.52 0.22
HSL 115.92º 0.47% 0.57% -
HSV(B) 115.92º 0.52% 0.78% -
XYZ 27.74 44.04 17.86 -
YUV 157.55 92.7 88.38 -
System Red Green Blue C M Y K H S L
Decimal 102 198 95 0.48 0 0.52 0.22 115.92 0.47 0.57
Hex 66 C6 5F 30 0 34 16 74 2F 39
Octal 146 306 137 60 0 64 26 164 57 71
Binary 1100110 11000110 1011111 110000 0 110100 10110 1110100 101111 111001

Color Harmonies of #66C65F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66C65F

Black with #66C65F

Text Example


Text Example

White with #66C65F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,198,95); }

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

background-color css

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

 a { background-color: rgb(102,198,95); }

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

border-color css

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

 span { border-color: rgb(102,198,95); }

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