Html Css Color HEX #66CA5D Fern

📋 copy color: '#66CA5D'

red 102 ◦ green 202 ◦ blue 93

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

Shades of Fern #66CA5D

Tints of Fern #66CA5D

RGB

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

 GREEN value IS 202 (79.3% from 255) = 50.88%

 BLUE value IS 93 (36.72% from 255) = 23.43%

R = 25.69%
G = 50.88%
B = 23.43%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#66CA5D (or 0x66CA5D) is known color: Fern. HEX triplet: 66, CA and 5D. RGB value is (102,202,93). Sum of RGB (Red+Green+Blue) = 102+202+93=397 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.69% from 397); Green value is 202 (79.30% from 255 or 50.88% from 397); Blue value is 93 (36.72% from 255 or 23.43% from 397); Max value from RGB is 202 - color contains mainly: green. Hex color #66CA5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66CA5D is #9935A2. Grayscale: #A0A0A0. Windows color (decimal): -10040739 or 6146662. OLE color: 6146662.

HSL color Cylindrical-coordinate representation of color #66CA5D: hue angle of 115.05º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66CA5D is Cyan = 0.50, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.

Color convert

RGB 102 202 93 -
CMYK 0.50 0 0.54 0.21
HSL 115.05º 0.51% 0.58% -
HSV(B) 115.05º 0.54% 0.79% -
XYZ 28.58 45.86 17.7 -
YUV 159.67 90.37 86.86 -
System Red Green Blue C M Y K H S L
Decimal 102 202 93 0.50 0 0.54 0.21 115.05 0.51 0.58
Hex 66 CA 5D 32 0 36 15 73 33 3A
Octal 146 312 135 62 0 66 25 163 63 72
Binary 1100110 11001010 1011101 110010 0 110110 10101 1110011 110011 111010

Color Harmonies of #66CA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66CA5D

Black with #66CA5D

Text Example


Text Example

White with #66CA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,202,93); }

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

background-color css

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

 a { background-color: rgb(102,202,93); }

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

border-color css

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

 span { border-color: rgb(102,202,93); }

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