Html Css Color HEX #64CD00 Kelly Green

📋 copy color: '#64CD00'

red 100 ◦ green 205 ◦ blue 0

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

Shades of Kelly Green #64CD00

Tints of Kelly Green #64CD00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 32.79%
G = 67.21%
B = 0%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 1

 K value IS 0.20

RGB Variations

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

Color information

#64CD00 (or 0x64CD00) is known color: Kelly Green. HEX triplet: 64, CD and 00. RGB value is (100,205,0). Sum of RGB (Red+Green+Blue) = 100+205+0=305 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.79% from 305); Green value is 205 (80.47% from 255 or 67.21% from 305); Blue value is 0 (0.39% from 255 or 0% from 305); Max value from RGB is 205 - color contains mainly: green. Hex color #64CD00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64CD00 is #9B32FF. Grayscale: #969696. Windows color (decimal): -10171136 or 52580. OLE color: 52580.

HSL color Cylindrical-coordinate representation of color #64CD00: hue angle of 90.73º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #64CD00 is Cyan = 0.51, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.20.

Color convert

RGB 100 205 0 -
CMYK 0.51 0 1 0.20
HSL 90.73º 1% 0.4% -
HSV(B) 90.73º 1% 0.8% -
XYZ 27.09 46.37 7.52 -
YUV 150.24 43.21 92.17 -
System Red Green Blue C M Y K H S L
Decimal 100 205 0 0.51 0 1 0.20 90.73 1 0.4
Hex 64 CD 0 33 0 64 14 5B 64 28
Octal 144 315 0 63 0 144 24 133 144 50
Binary 1100100 11001101 0 110011 0 1100100 10100 1011011 1100100 101000

Color Harmonies of #64CD00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64CD00

Black with #64CD00

Text Example


Text Example

White with #64CD00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,205,0); }

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

background-color css

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

 a { background-color: rgb(100,205,0); }

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

border-color css

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

 span { border-color: rgb(100,205,0); }

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