Html Css Color HEX #66CD65 Fern

📋 copy color: '#66CD65'

red 102 ◦ green 205 ◦ blue 101

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

Shades of Fern #66CD65

Tints of Fern #66CD65

RGB

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

 GREEN value IS 205 (80.47% from 255) = 50.25%

 BLUE value IS 101 (39.84% from 255) = 24.75%

R = 25%
G = 50.25%
B = 24.75%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.51

 K value IS 0.20

RGB Variations

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

Color information

#66CD65 (or 0x66CD65) is known color: Fern. HEX triplet: 66, CD and 65. RGB value is (102,205,101). Sum of RGB (Red+Green+Blue) = 102+205+101=408 (54% of max value = 765). Red value is 102 (40.23% from 255 or 25% from 408); Green value is 205 (80.47% from 255 or 50.25% from 408); Blue value is 101 (39.84% from 255 or 24.75% from 408); Max value from RGB is 205 - color contains mainly: green. Hex color #66CD65 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66CD65 is #99329A. Grayscale: #A2A2A2. Windows color (decimal): -10039963 or 6671718. OLE color: 6671718.

HSL color Cylindrical-coordinate representation of color #66CD65: hue angle of 119.42º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #66CD65 is Cyan = 0.50, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.20.

Color convert

RGB 102 205 101 -
CMYK 0.50 0 0.51 0.20
HSL 119.42º 0.51% 0.6% -
HSV(B) 119.42º 0.51% 0.8% -
XYZ 29.66 47.43 19.9 -
YUV 162.35 93.38 84.96 -
System Red Green Blue C M Y K H S L
Decimal 102 205 101 0.50 0 0.51 0.20 119.42 0.51 0.6
Hex 66 CD 65 32 0 33 14 77 33 3C
Octal 146 315 145 62 0 63 24 167 63 74
Binary 1100110 11001101 1100101 110010 0 110011 10100 1110111 110011 111100

Color Harmonies of #66CD65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66CD65

Black with #66CD65

Text Example


Text Example

White with #66CD65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,205,101); }

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

background-color css

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

 a { background-color: rgb(102,205,101); }

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

border-color css

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

 span { border-color: rgb(102,205,101); }

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