Html Css Color HEX #66CF5F Fern

📋 copy color: '#66CF5F'

red 102 ◦ green 207 ◦ blue 95

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

Shades of Fern #66CF5F

Tints of Fern #66CF5F

RGB

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

 GREEN value IS 207 (81.25% from 255) = 51.24%

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

R = 25.25%
G = 51.24%
B = 23.51%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#66CF5F (or 0x66CF5F) is known color: Fern. HEX triplet: 66, CF and 5F. RGB value is (102,207,95). Sum of RGB (Red+Green+Blue) = 102+207+95=404 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.25% from 404); Green value is 207 (81.25% from 255 or 51.24% from 404); Blue value is 95 (37.5% from 255 or 23.51% from 404); Max value from RGB is 207 - color contains mainly: green. Hex color #66CF5F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66CF5F is #9930A0. Grayscale: #A3A3A3. Windows color (decimal): -10039457 or 6279014. OLE color: 6279014.

HSL color Cylindrical-coordinate representation of color #66CF5F: hue angle of 116.25º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66CF5F is Cyan = 0.51, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.19.

Color convert

RGB 102 207 95 -
CMYK 0.51 0 0.54 0.19
HSL 116.25º 0.54% 0.59% -
HSV(B) 116.25º 0.54% 0.81% -
XYZ 29.86 48.28 18.57 -
YUV 162.84 89.71 84.61 -
System Red Green Blue C M Y K H S L
Decimal 102 207 95 0.51 0 0.54 0.19 116.25 0.54 0.59
Hex 66 CF 5F 33 0 36 13 74 36 3B
Octal 146 317 137 63 0 66 23 164 66 73
Binary 1100110 11001111 1011111 110011 0 110110 10011 1110100 110110 111011

Color Harmonies of #66CF5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66CF5F

Black with #66CF5F

Text Example


Text Example

White with #66CF5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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