Html Css Color HEX #66C510 Kelly Green

📋 copy color: '#66C510'

red 102 ◦ green 197 ◦ blue 16

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

Shades of Kelly Green #66C510

Tints of Kelly Green #66C510

RGB

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

 GREEN value IS 197 (77.34% from 255) = 62.54%

 BLUE value IS 16 (6.64% from 255) = 5.08%

R = 32.38%
G = 62.54%
B = 5.08%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#66C510 (or 0x66C510) is known color: Kelly Green. HEX triplet: 66, C5 and 10. RGB value is (102,197,16). Sum of RGB (Red+Green+Blue) = 102+197+16=315 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.38% from 315); Green value is 197 (77.34% from 255 or 62.54% from 315); Blue value is 16 (6.64% from 255 or 5.08% from 315); Max value from RGB is 197 - color contains mainly: green. Hex color #66C510 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66C510 is #993AEF. Grayscale: #949494. Windows color (decimal): -10042096 or 1099110. OLE color: 1099110.

HSL color Cylindrical-coordinate representation of color #66C510: hue angle of 91.49º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #66C510 is Cyan = 0.48, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.23.

Color convert

RGB 102 197 16 -
CMYK 0.48 0 0.92 0.23
HSL 91.49º 0.85% 0.42% -
HSV(B) 91.49º 0.92% 0.77% -
XYZ 25.54 42.79 7.4 -
YUV 147.96 53.53 95.22 -
System Red Green Blue C M Y K H S L
Decimal 102 197 16 0.48 0 0.92 0.23 91.49 0.85 0.42
Hex 66 C5 10 30 0 5C 17 5B 55 2A
Octal 146 305 20 60 0 134 27 133 125 52
Binary 1100110 11000101 10000 110000 0 1011100 10111 1011011 1010101 101010

Color Harmonies of #66C510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66C510

Black with #66C510

Text Example


Text Example

White with #66C510

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,197,16); }

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

background-color css

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

 a { background-color: rgb(102,197,16); }

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

border-color css

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

 span { border-color: rgb(102,197,16); }

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