Html Css Color HEX #64D128 Kelly Green

📋 copy color: '#64D128'

red 100 ◦ green 209 ◦ blue 40

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

Shades of Kelly Green #64D128

Tints of Kelly Green #64D128

RGB

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

 GREEN value IS 209 (82.03% from 255) = 59.89%

 BLUE value IS 40 (16.02% from 255) = 11.46%

R = 28.65%
G = 59.89%
B = 11.46%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#64D128 (or 0x64D128) is known color: Kelly Green. HEX triplet: 64, D1 and 28. RGB value is (100,209,40). Sum of RGB (Red+Green+Blue) = 100+209+40=349 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.65% from 349); Green value is 209 (82.03% from 255 or 59.89% from 349); Blue value is 40 (16.02% from 255 or 11.46% from 349); Max value from RGB is 209 - color contains mainly: green. Hex color #64D128 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64D128 is #9B2ED7. Grayscale: #9D9D9D. Windows color (decimal): -10170072 or 2675044. OLE color: 2675044.

HSL color Cylindrical-coordinate representation of color #64D128: hue angle of 98.7º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #64D128 is Cyan = 0.52, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.18.

Color convert

RGB 100 209 40 -
CMYK 0.52 0 0.81 0.18
HSL 98.7º 0.68% 0.49% -
HSV(B) 98.7º 0.81% 0.82% -
XYZ 28.44 48.46 9.86 -
YUV 157.14 61.89 87.24 -
System Red Green Blue C M Y K H S L
Decimal 100 209 40 0.52 0 0.81 0.18 98.7 0.68 0.49
Hex 64 D1 28 34 0 51 12 63 44 31
Octal 144 321 50 64 0 121 22 143 104 61
Binary 1100100 11010001 101000 110100 0 1010001 10010 1100011 1000100 110001

Color Harmonies of #64D128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D128

Black with #64D128

Text Example


Text Example

White with #64D128

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,209,40); }

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

background-color css

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

 a { background-color: rgb(100,209,40); }

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

border-color css

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

 span { border-color: rgb(100,209,40); }

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