Html Css Color HEX #66C05F Fern

📋 copy color: '#66C05F'

red 102 ◦ green 192 ◦ blue 95

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

Shades of Fern #66C05F

Tints of Fern #66C05F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 49.36%

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

R = 26.22%
G = 49.36%
B = 24.42%

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

#66C05F (or 0x66C05F) is known color: Fern. HEX triplet: 66, C0 and 5F. RGB value is (102,192,95). Sum of RGB (Red+Green+Blue) = 102+192+95=389 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.22% from 389); Green value is 192 (75.39% from 255 or 49.36% from 389); Blue value is 95 (37.5% from 255 or 24.42% from 389); Max value from RGB is 192 - color contains mainly: green. Hex color #66C05F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66C05F is #993FA0. Grayscale: #9A9A9A. Windows color (decimal): -10043297 or 6275174. OLE color: 6275174.

HSL color Cylindrical-coordinate representation of color #66C05F: hue angle of 115.67º 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 #66C05F is Cyan = 0.47, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB 102 192 95 -
CMYK 0.47 0 0.51 0.25
HSL 115.67º 0.43% 0.56% -
HSV(B) 115.67º 0.51% 0.75% -
XYZ 26.39 41.35 17.42 -
YUV 154.03 94.68 90.89 -
System Red Green Blue C M Y K H S L
Decimal 102 192 95 0.47 0 0.51 0.25 115.67 0.43 0.56
Hex 66 C0 5F 2F 0 33 19 74 2B 38
Octal 146 300 137 57 0 63 31 164 53 70
Binary 1100110 11000000 1011111 101111 0 110011 11001 1110100 101011 111000

Color Harmonies of #66C05F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66C05F

Black with #66C05F

Text Example


Text Example

White with #66C05F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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