Html Css Color HEX #64CE10 Kelly Green

📋 copy color: '#64CE10'

red 100 ◦ green 206 ◦ blue 16

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

Shades of Kelly Green #64CE10

Tints of Kelly Green #64CE10

RGB

 RED value IS 100 (39.45% from 255) = 31.06%

 GREEN value IS 206 (80.86% from 255) = 63.98%

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

R = 31.06%
G = 63.98%
B = 4.97%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#64CE10 (or 0x64CE10) is known color: Kelly Green. HEX triplet: 64, CE and 10. RGB value is (100,206,16). Sum of RGB (Red+Green+Blue) = 100+206+16=322 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.06% from 322); Green value is 206 (80.86% from 255 or 63.98% from 322); Blue value is 16 (6.64% from 255 or 4.97% from 322); Max value from RGB is 206 - color contains mainly: green. Hex color #64CE10 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64CE10 is #9B31EF. Grayscale: #999999. Windows color (decimal): -10170864 or 1101412. OLE color: 1101412.

HSL color Cylindrical-coordinate representation of color #64CE10: hue angle of 93.47º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #64CE10 is Cyan = 0.51, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.19.

Color convert

RGB 100 206 16 -
CMYK 0.51 0 0.92 0.19
HSL 93.47º 0.86% 0.44% -
HSV(B) 93.47º 0.92% 0.81% -
XYZ 27.42 46.89 8.1 -
YUV 152.65 50.88 90.45 -
System Red Green Blue C M Y K H S L
Decimal 100 206 16 0.51 0 0.92 0.19 93.47 0.86 0.44
Hex 64 CE 10 33 0 5C 13 5D 56 2C
Octal 144 316 20 63 0 134 23 135 126 54
Binary 1100100 11001110 10000 110011 0 1011100 10011 1011101 1010110 101100

Color Harmonies of #64CE10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64CE10

Black with #64CE10

Text Example


Text Example

White with #64CE10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64CE10; }

 p { color: rgb(100,206,16); }

 H1.HeaderClassName
 {
   color: #64CE10;
 }
 .AnyTagClassName
 {
   color: #64CE10;
 }
</style>

background-color css

<style>
 a { background-color: #64CE10; }

 a { background-color: rgb(100,206,16); }

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

border-color css

<style>
 span { border-color: #64CE10; }

 span { border-color: rgb(100,206,16); }

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