Html Css Color HEX #64D126 Kelly Green

📋 copy color: '#64D126'

red 100 ◦ green 209 ◦ blue 38

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

Shades of Kelly Green #64D126

Tints of Kelly Green #64D126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 10.95%

R = 28.82%
G = 60.23%
B = 10.95%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#64D126 (or 0x64D126) is known color: Kelly Green. HEX triplet: 64, D1 and 26. RGB value is (100,209,38). Sum of RGB (Red+Green+Blue) = 100+209+38=347 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.82% from 347); Green value is 209 (82.03% from 255 or 60.23% from 347); Blue value is 38 (15.23% from 255 or 10.95% from 347); Max value from RGB is 209 - color contains mainly: green. Hex color #64D126 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64D126 is #9B2ED9. Grayscale: #9D9D9D. Windows color (decimal): -10170074 or 2543972. OLE color: 2543972.

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

Color convert

RGB 100 209 38 -
CMYK 0.52 0 0.82 0.18
HSL 98.25º 0.69% 0.48% -
HSV(B) 98.25º 0.82% 0.82% -
XYZ 28.41 48.45 9.69 -
YUV 156.92 60.89 87.4 -
System Red Green Blue C M Y K H S L
Decimal 100 209 38 0.52 0 0.82 0.18 98.25 0.69 0.48
Hex 64 D1 26 34 0 52 12 62 45 30
Octal 144 321 46 64 0 122 22 142 105 60
Binary 1100100 11010001 100110 110100 0 1010010 10010 1100010 1000101 110000

Color Harmonies of #64D126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D126

Black with #64D126

Text Example


Text Example

White with #64D126

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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