Html Css Color HEX #66C21E Kelly Green

📋 copy color: '#66C21E'

red 102 ◦ green 194 ◦ blue 30

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

Shades of Kelly Green #66C21E

Tints of Kelly Green #66C21E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.2%

R = 31.29%
G = 59.51%
B = 9.2%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#66C21E (or 0x66C21E) is known color: Kelly Green. HEX triplet: 66, C2 and 1E. RGB value is (102,194,30). Sum of RGB (Red+Green+Blue) = 102+194+30=326 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.29% from 326); Green value is 194 (76.17% from 255 or 59.51% from 326); Blue value is 30 (12.11% from 255 or 9.20% from 326); Max value from RGB is 194 - color contains mainly: green. Hex color #66C21E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66C21E is #993DE1. Grayscale: #949494. Windows color (decimal): -10042850 or 2015846. OLE color: 2015846.

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

Color convert

RGB 102 194 30 -
CMYK 0.47 0 0.85 0.24
HSL 93.66º 0.73% 0.44% -
HSV(B) 93.66º 0.85% 0.76% -
XYZ 25.01 41.5 7.92 -
YUV 147.8 61.52 95.34 -
System Red Green Blue C M Y K H S L
Decimal 102 194 30 0.47 0 0.85 0.24 93.66 0.73 0.44
Hex 66 C2 1E 2F 0 55 18 5E 49 2C
Octal 146 302 36 57 0 125 30 136 111 54
Binary 1100110 11000010 11110 101111 0 1010101 11000 1011110 1001001 101100

Color Harmonies of #66C21E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66C21E

Black with #66C21E

Text Example


Text Example

White with #66C21E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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