Html Css Color HEX #66C16A Fern

📋 copy color: '#66C16A'

red 102 ◦ green 193 ◦ blue 106

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

Shades of Fern #66C16A

Tints of Fern #66C16A

RGB

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

 GREEN value IS 193 (75.78% from 255) = 48.13%

 BLUE value IS 106 (41.8% from 255) = 26.43%

R = 25.44%
G = 48.13%
B = 26.43%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#66C16A (or 0x66C16A) is known color: Fern. HEX triplet: 66, C1 and 6A. RGB value is (102,193,106). Sum of RGB (Red+Green+Blue) = 102+193+106=401 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.44% from 401); Green value is 193 (75.78% from 255 or 48.13% from 401); Blue value is 106 (41.80% from 255 or 26.43% from 401); Max value from RGB is 193 - color contains mainly: green. Hex color #66C16A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66C16A is #993E95. Grayscale: #9C9C9C. Windows color (decimal): -10043030 or 6996326. OLE color: 6996326.

HSL color Cylindrical-coordinate representation of color #66C16A: hue angle of 122.64º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #66C16A is Cyan = 0.47, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.24.

Color convert

RGB 102 193 106 -
CMYK 0.47 0 0.45 0.24
HSL 122.64º 0.42% 0.58% -
HSV(B) 122.64º 0.47% 0.76% -
XYZ 27.15 42.01 20.31 -
YUV 155.87 99.85 89.57 -
System Red Green Blue C M Y K H S L
Decimal 102 193 106 0.47 0 0.45 0.24 122.64 0.42 0.58
Hex 66 C1 6A 2F 0 2D 18 7B 2A 3A
Octal 146 301 152 57 0 55 30 173 52 72
Binary 1100110 11000001 1101010 101111 0 101101 11000 1111011 101010 111010

Color Harmonies of #66C16A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66C16A

Black with #66C16A

Text Example


Text Example

White with #66C16A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,193,106); }

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

background-color css

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

 a { background-color: rgb(102,193,106); }

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

border-color css

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

 span { border-color: rgb(102,193,106); }

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