Html Css Color HEX #66D05F Fern

📋 copy color: '#66D05F'

red 102 ◦ green 208 ◦ blue 95

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

Shades of Fern #66D05F

Tints of Fern #66D05F

RGB

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

 GREEN value IS 208 (81.64% from 255) = 51.36%

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

R = 25.19%
G = 51.36%
B = 23.46%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#66D05F (or 0x66D05F) is known color: Fern. HEX triplet: 66, D0 and 5F. RGB value is (102,208,95). Sum of RGB (Red+Green+Blue) = 102+208+95=405 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.19% from 405); Green value is 208 (81.64% from 255 or 51.36% from 405); Blue value is 95 (37.5% from 255 or 23.46% from 405); Max value from RGB is 208 - color contains mainly: green. Hex color #66D05F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66D05F is #992FA0. Grayscale: #A3A3A3. Windows color (decimal): -10039201 or 6279270. OLE color: 6279270.

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

Color convert

RGB 102 208 95 -
CMYK 0.51 0 0.54 0.18
HSL 116.28º 0.55% 0.59% -
HSV(B) 116.28º 0.54% 0.82% -
XYZ 30.1 48.76 18.65 -
YUV 163.42 89.38 84.19 -
System Red Green Blue C M Y K H S L
Decimal 102 208 95 0.51 0 0.54 0.18 116.28 0.55 0.59
Hex 66 D0 5F 33 0 36 12 74 37 3B
Octal 146 320 137 63 0 66 22 164 67 73
Binary 1100110 11010000 1011111 110011 0 110110 10010 1110100 110111 111011

Color Harmonies of #66D05F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66D05F

Black with #66D05F

Text Example


Text Example

White with #66D05F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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