Html Css Color HEX #64C400 Kelly Green

📋 copy color: '#64C400'

red 100 ◦ green 196 ◦ blue 0

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

Shades of Kelly Green #64C400

Tints of Kelly Green #64C400

RGB

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

 GREEN value IS 196 (76.95% from 255) = 66.22%

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

R = 33.78%
G = 66.22%
B = 0%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#64C400 (or 0x64C400) is known color: Kelly Green. HEX triplet: 64, C4 and 00. RGB value is (100,196,0). Sum of RGB (Red+Green+Blue) = 100+196+0=296 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.78% from 296); Green value is 196 (76.95% from 255 or 66.22% from 296); Blue value is 0 (0.39% from 255 or 0% from 296); Max value from RGB is 196 - color contains mainly: green. Hex color #64C400 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64C400 is #9B3BFF. Grayscale: #919191. Windows color (decimal): -10173440 or 50276. OLE color: 50276.

HSL color Cylindrical-coordinate representation of color #64C400: hue angle of 89.39º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #64C400 is Cyan = 0.49, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.23.

Color convert

RGB 100 196 0 -
CMYK 0.49 0 1 0.23
HSL 89.39º 1% 0.38% -
HSV(B) 89.39º 1% 0.77% -
XYZ 25 42.19 6.83 -
YUV 144.95 46.2 95.94 -
System Red Green Blue C M Y K H S L
Decimal 100 196 0 0.49 0 1 0.23 89.39 1 0.38
Hex 64 C4 0 31 0 64 17 59 64 26
Octal 144 304 0 61 0 144 27 131 144 46
Binary 1100100 11000100 0 110001 0 1100100 10111 1011001 1100100 100110

Color Harmonies of #64C400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64C400

Black with #64C400

Text Example


Text Example

White with #64C400

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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