Html Css Color HEX #66C22A Kelly Green

📋 copy color: '#66C22A'

red 102 ◦ green 194 ◦ blue 42

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

Shades of Kelly Green #66C22A

Tints of Kelly Green #66C22A

RGB

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

 GREEN value IS 194 (76.17% from 255) = 57.4%

 BLUE value IS 42 (16.8% from 255) = 12.43%

R = 30.18%
G = 57.4%
B = 12.43%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#66C22A (or 0x66C22A) is known color: Kelly Green. HEX triplet: 66, C2 and 2A. RGB value is (102,194,42). Sum of RGB (Red+Green+Blue) = 102+194+42=338 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.18% from 338); Green value is 194 (76.17% from 255 or 57.40% from 338); Blue value is 42 (16.80% from 255 or 12.43% from 338); Max value from RGB is 194 - color contains mainly: green. Hex color #66C22A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66C22A is #993DD5. Grayscale: #959595. Windows color (decimal): -10042838 or 2802278. OLE color: 2802278.

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

Color convert

RGB 102 194 42 -
CMYK 0.47 0 0.78 0.24
HSL 96.32º 0.64% 0.46% -
HSV(B) 96.32º 0.78% 0.76% -
XYZ 25.19 41.58 8.89 -
YUV 149.16 67.52 94.36 -
System Red Green Blue C M Y K H S L
Decimal 102 194 42 0.47 0 0.78 0.24 96.32 0.64 0.46
Hex 66 C2 2A 2F 0 4E 18 60 40 2E
Octal 146 302 52 57 0 116 30 140 100 56
Binary 1100110 11000010 101010 101111 0 1001110 11000 1100000 1000000 101110

Color Harmonies of #66C22A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66C22A

Black with #66C22A

Text Example


Text Example

White with #66C22A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,194,42); }

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

background-color css

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

 a { background-color: rgb(102,194,42); }

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

border-color css

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

 span { border-color: rgb(102,194,42); }

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