Html Css Color HEX #66C214 Kelly Green

📋 copy color: '#66C214'

red 102 ◦ green 194 ◦ blue 20

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

Shades of Kelly Green #66C214

Tints of Kelly Green #66C214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.33%

R = 32.28%
G = 61.39%
B = 6.33%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#66C214 (or 0x66C214) is known color: Kelly Green. HEX triplet: 66, C2 and 14. RGB value is (102,194,20). Sum of RGB (Red+Green+Blue) = 102+194+20=316 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.28% from 316); Green value is 194 (76.17% from 255 or 61.39% from 316); Blue value is 20 (8.20% from 255 or 6.33% from 316); Max value from RGB is 194 - color contains mainly: green. Hex color #66C214 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66C214 is #993DEB. Grayscale: #939393. Windows color (decimal): -10042860 or 1360486. OLE color: 1360486.

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

Color convert

RGB 102 194 20 -
CMYK 0.47 0 0.90 0.24
HSL 91.72º 0.81% 0.42% -
HSV(B) 91.72º 0.9% 0.76% -
XYZ 24.9 41.46 7.35 -
YUV 146.66 56.52 96.15 -
System Red Green Blue C M Y K H S L
Decimal 102 194 20 0.47 0 0.90 0.24 91.72 0.81 0.42
Hex 66 C2 14 2F 0 5A 18 5C 51 2A
Octal 146 302 24 57 0 132 30 134 121 52
Binary 1100110 11000010 10100 101111 0 1011010 11000 1011100 1010001 101010

Color Harmonies of #66C214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66C214

Black with #66C214

Text Example


Text Example

White with #66C214

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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