Html Css Color HEX #66D713 Kelly Green

📋 copy color: '#66D713'

red 102 ◦ green 215 ◦ blue 19

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

Shades of Kelly Green #66D713

Tints of Kelly Green #66D713

RGB

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

 GREEN value IS 215 (84.38% from 255) = 63.99%

 BLUE value IS 19 (7.81% from 255) = 5.65%

R = 30.36%
G = 63.99%
B = 5.65%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#66D713 (or 0x66D713) is known color: Kelly Green. HEX triplet: 66, D7 and 13. RGB value is (102,215,19). Sum of RGB (Red+Green+Blue) = 102+215+19=336 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.36% from 336); Green value is 215 (84.38% from 255 or 63.99% from 336); Blue value is 19 (7.81% from 255 or 5.65% from 336); Max value from RGB is 215 - color contains mainly: green. Hex color #66D713 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66D713 is #9928EC. Grayscale: #9F9F9F. Windows color (decimal): -10037485 or 1300326. OLE color: 1300326.

HSL color Cylindrical-coordinate representation of color #66D713: hue angle of 94.59º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #66D713 is Cyan = 0.53, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB 102 215 19 -
CMYK 0.53 0 0.91 0.16
HSL 94.59º 0.84% 0.46% -
HSV(B) 94.59º 0.91% 0.84% -
XYZ 29.9 51.47 8.98 -
YUV 158.87 49.06 87.44 -
System Red Green Blue C M Y K H S L
Decimal 102 215 19 0.53 0 0.91 0.16 94.59 0.84 0.46
Hex 66 D7 13 35 0 5B 10 5F 54 2E
Octal 146 327 23 65 0 133 20 137 124 56
Binary 1100110 11010111 10011 110101 0 1011011 10000 1011111 1010100 101110

Color Harmonies of #66D713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66D713

Black with #66D713

Text Example


Text Example

White with #66D713

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,215,19); }

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

background-color css

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

 a { background-color: rgb(102,215,19); }

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

border-color css

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

 span { border-color: rgb(102,215,19); }

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