Html Css Color HEX #66D51C Kelly Green

📋 copy color: '#66D51C'

red 102 ◦ green 213 ◦ blue 28

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

Shades of Kelly Green #66D51C

Tints of Kelly Green #66D51C

RGB

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

 GREEN value IS 213 (83.59% from 255) = 62.1%

 BLUE value IS 28 (11.33% from 255) = 8.16%

R = 29.74%
G = 62.1%
B = 8.16%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#66D51C (or 0x66D51C) is known color: Kelly Green. HEX triplet: 66, D5 and 1C. RGB value is (102,213,28). Sum of RGB (Red+Green+Blue) = 102+213+28=343 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.74% from 343); Green value is 213 (83.59% from 255 or 62.10% from 343); Blue value is 28 (11.33% from 255 or 8.16% from 343); Max value from RGB is 213 - color contains mainly: green. Hex color #66D51C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66D51C is #992AE3. Grayscale: #9F9F9F. Windows color (decimal): -10037988 or 1889638. OLE color: 1889638.

HSL color Cylindrical-coordinate representation of color #66D51C: hue angle of 96º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #66D51C is Cyan = 0.52, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB 102 213 28 -
CMYK 0.52 0 0.87 0.16
HSL 96º 0.77% 0.47% -
HSV(B) 96º 0.87% 0.84% -
XYZ 29.48 50.5 9.29 -
YUV 158.72 54.23 87.54 -
System Red Green Blue C M Y K H S L
Decimal 102 213 28 0.52 0 0.87 0.16 96 0.77 0.47
Hex 66 D5 1C 34 0 57 10 60 4D 2F
Octal 146 325 34 64 0 127 20 140 115 57
Binary 1100110 11010101 11100 110100 0 1010111 10000 1100000 1001101 101111

Color Harmonies of #66D51C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66D51C

Black with #66D51C

Text Example


Text Example

White with #66D51C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,213,28); }

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

background-color css

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

 a { background-color: rgb(102,213,28); }

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

border-color css

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

 span { border-color: rgb(102,213,28); }

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