Html Css Color HEX #64D02D Kelly Green

📋 copy color: '#64D02D'

red 100 ◦ green 208 ◦ blue 45

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

Shades of Kelly Green #64D02D

Tints of Kelly Green #64D02D

RGB

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

 GREEN value IS 208 (81.64% from 255) = 58.92%

 BLUE value IS 45 (17.97% from 255) = 12.75%

R = 28.33%
G = 58.92%
B = 12.75%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#64D02D (or 0x64D02D) is known color: Kelly Green. HEX triplet: 64, D0 and 2D. RGB value is (100,208,45). Sum of RGB (Red+Green+Blue) = 100+208+45=353 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.33% from 353); Green value is 208 (81.64% from 255 or 58.92% from 353); Blue value is 45 (17.97% from 255 or 12.75% from 353); Max value from RGB is 208 - color contains mainly: green. Hex color #64D02D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64D02D is #9B2FD2. Grayscale: #9D9D9D. Windows color (decimal): -10170323 or 3002468. OLE color: 3002468.

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

Color convert

RGB 100 208 45 -
CMYK 0.52 0 0.78 0.18
HSL 99.75º 0.64% 0.5% -
HSV(B) 99.75º 0.78% 0.82% -
XYZ 28.29 48.01 10.26 -
YUV 157.13 64.72 87.25 -
System Red Green Blue C M Y K H S L
Decimal 100 208 45 0.52 0 0.78 0.18 99.75 0.64 0.5
Hex 64 D0 2D 34 0 4E 12 64 40 32
Octal 144 320 55 64 0 116 22 144 100 62
Binary 1100100 11010000 101101 110100 0 1001110 10010 1100100 1000000 110010

Color Harmonies of #64D02D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D02D

Black with #64D02D

Text Example


Text Example

White with #64D02D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,208,45); }

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

background-color css

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

 a { background-color: rgb(100,208,45); }

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

border-color css

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

 span { border-color: rgb(100,208,45); }

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