Html Css Color HEX #66CA71 Fern

📋 copy color: '#66CA71'

red 102 ◦ green 202 ◦ blue 113

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

Shades of Fern #66CA71

Tints of Fern #66CA71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 27.1%

R = 24.46%
G = 48.44%
B = 27.1%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#66CA71 (or 0x66CA71) is known color: Fern. HEX triplet: 66, CA and 71. RGB value is (102,202,113). Sum of RGB (Red+Green+Blue) = 102+202+113=417 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.46% from 417); Green value is 202 (79.30% from 255 or 48.44% from 417); Blue value is 113 (44.53% from 255 or 27.10% from 417); Max value from RGB is 202 - color contains mainly: green. Hex color #66CA71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66CA71 is #99358E. Grayscale: #A2A2A2. Windows color (decimal): -10040719 or 7457382. OLE color: 7457382.

HSL color Cylindrical-coordinate representation of color #66CA71: hue angle of 126.6º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #66CA71 is Cyan = 0.50, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB 102 202 113 -
CMYK 0.50 0 0.44 0.21
HSL 126.6º 0.49% 0.6% -
HSV(B) 126.6º 0.5% 0.79% -
XYZ 29.58 46.26 22.99 -
YUV 161.95 100.37 85.24 -
System Red Green Blue C M Y K H S L
Decimal 102 202 113 0.50 0 0.44 0.21 126.6 0.49 0.6
Hex 66 CA 71 32 0 2C 15 7F 31 3C
Octal 146 312 161 62 0 54 25 177 61 74
Binary 1100110 11001010 1110001 110010 0 101100 10101 1111111 110001 111100

Color Harmonies of #66CA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66CA71

Black with #66CA71

Text Example


Text Example

White with #66CA71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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