Html Css Color HEX #64D510 Kelly Green

📋 copy color: '#64D510'

red 100 ◦ green 213 ◦ blue 16

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

Shades of Kelly Green #64D510

Tints of Kelly Green #64D510

RGB

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

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

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

R = 30.4%
G = 64.74%
B = 4.86%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#64D510 (or 0x64D510) is known color: Kelly Green. HEX triplet: 64, D5 and 10. RGB value is (100,213,16). Sum of RGB (Red+Green+Blue) = 100+213+16=329 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.40% from 329); Green value is 213 (83.59% from 255 or 64.74% from 329); Blue value is 16 (6.64% from 255 or 4.86% from 329); Max value from RGB is 213 - color contains mainly: green. Hex color #64D510 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64D510 is #9B2AEF. Grayscale: #9D9D9D. Windows color (decimal): -10169072 or 1103204. OLE color: 1103204.

HSL color Cylindrical-coordinate representation of color #64D510: hue angle of 94.42º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #64D510 is Cyan = 0.53, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB 100 213 16 -
CMYK 0.53 0 0.92 0.16
HSL 94.42º 0.86% 0.45% -
HSV(B) 94.42º 0.92% 0.84% -
XYZ 29.14 50.34 8.67 -
YUV 156.76 48.56 87.52 -
System Red Green Blue C M Y K H S L
Decimal 100 213 16 0.53 0 0.92 0.16 94.42 0.86 0.45
Hex 64 D5 10 35 0 5C 10 5E 56 2D
Octal 144 325 20 65 0 134 20 136 126 55
Binary 1100100 11010101 10000 110101 0 1011100 10000 1011110 1010110 101101

Color Harmonies of #64D510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D510

Black with #64D510

Text Example


Text Example

White with #64D510

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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