Html Css Color HEX #64D228 Kelly Green

📋 copy color: '#64D228'

red 100 ◦ green 210 ◦ blue 40

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

Shades of Kelly Green #64D228

Tints of Kelly Green #64D228

RGB

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

 GREEN value IS 210 (82.42% from 255) = 60%

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

R = 28.57%
G = 60%
B = 11.43%

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

#64D228 (or 0x64D228) is known color: Kelly Green. HEX triplet: 64, D2 and 28. RGB value is (100,210,40). Sum of RGB (Red+Green+Blue) = 100+210+40=350 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.57% from 350); Green value is 210 (82.42% from 255 or 60% from 350); Blue value is 40 (16.02% from 255 or 11.43% from 350); Max value from RGB is 210 - color contains mainly: green. Hex color #64D228 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64D228 is #9B2DD7. Grayscale: #9E9E9E. Windows color (decimal): -10169816 or 2675300. OLE color: 2675300.

HSL color Cylindrical-coordinate representation of color #64D228: hue angle of 98.82º 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 #64D228 is Cyan = 0.52, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.18.

Color convert

RGB 100 210 40 -
CMYK 0.52 0 0.81 0.18
HSL 98.82º 0.68% 0.49% -
HSV(B) 98.82º 0.81% 0.82% -
XYZ 28.69 48.96 9.95 -
YUV 157.73 61.56 86.82 -
System Red Green Blue C M Y K H S L
Decimal 100 210 40 0.52 0 0.81 0.18 98.82 0.68 0.49
Hex 64 D2 28 34 0 51 12 63 44 31
Octal 144 322 50 64 0 121 22 143 104 61
Binary 1100100 11010010 101000 110100 0 1010001 10010 1100011 1000100 110001

Color Harmonies of #64D228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D228

Black with #64D228

Text Example


Text Example

White with #64D228

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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