Html Css Color HEX #66CD13 Kelly Green

📋 copy color: '#66CD13'

red 102 ◦ green 205 ◦ blue 19

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

Shades of Kelly Green #66CD13

Tints of Kelly Green #66CD13

RGB

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

 GREEN value IS 205 (80.47% from 255) = 62.88%

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

R = 31.29%
G = 62.88%
B = 5.83%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#66CD13 (or 0x66CD13) is known color: Kelly Green. HEX triplet: 66, CD and 13. RGB value is (102,205,19). Sum of RGB (Red+Green+Blue) = 102+205+19=326 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.29% from 326); Green value is 205 (80.47% from 255 or 62.88% from 326); Blue value is 19 (7.81% from 255 or 5.83% from 326); Max value from RGB is 205 - color contains mainly: green. Hex color #66CD13 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66CD13 is #9932EC. Grayscale: #999999. Windows color (decimal): -10040045 or 1297766. OLE color: 1297766.

HSL color Cylindrical-coordinate representation of color #66CD13: hue angle of 93.23º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #66CD13 is Cyan = 0.50, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.20.

Color convert

RGB 102 205 19 -
CMYK 0.50 0 0.91 0.20
HSL 93.23º 0.83% 0.44% -
HSV(B) 93.23º 0.91% 0.8% -
XYZ 27.43 46.53 8.15 -
YUV 153 52.38 91.62 -
System Red Green Blue C M Y K H S L
Decimal 102 205 19 0.50 0 0.91 0.20 93.23 0.83 0.44
Hex 66 CD 13 32 0 5B 14 5D 53 2C
Octal 146 315 23 62 0 133 24 135 123 54
Binary 1100110 11001101 10011 110010 0 1011011 10100 1011101 1010011 101100

Color Harmonies of #66CD13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66CD13

Black with #66CD13

Text Example


Text Example

White with #66CD13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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