Html Css Color HEX #64DD2E Kelly Green

📋 copy color: '#64DD2E'

red 100 ◦ green 221 ◦ blue 46

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

Shades of Kelly Green #64DD2E

Tints of Kelly Green #64DD2E

RGB

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

 GREEN value IS 221 (86.72% from 255) = 60.22%

 BLUE value IS 46 (18.36% from 255) = 12.53%

R = 27.25%
G = 60.22%
B = 12.53%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#64DD2E (or 0x64DD2E) is known color: Kelly Green. HEX triplet: 64, DD and 2E. RGB value is (100,221,46). Sum of RGB (Red+Green+Blue) = 100+221+46=367 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.25% from 367); Green value is 221 (86.72% from 255 or 60.22% from 367); Blue value is 46 (18.36% from 255 or 12.53% from 367); Max value from RGB is 221 - color contains mainly: green. Hex color #64DD2E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64DD2E is #9B22D1. Grayscale: #A5A5A5. Windows color (decimal): -10166994 or 3071332. OLE color: 3071332.

HSL color Cylindrical-coordinate representation of color #64DD2E: hue angle of 101.49º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #64DD2E is Cyan = 0.55, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.

Color convert

RGB 100 221 46 -
CMYK 0.55 0 0.79 0.13
HSL 101.49º 0.72% 0.52% -
HSV(B) 101.49º 0.79% 0.87% -
XYZ 31.61 54.62 11.46 -
YUV 164.87 60.91 81.73 -
System Red Green Blue C M Y K H S L
Decimal 100 221 46 0.55 0 0.79 0.13 101.49 0.72 0.52
Hex 64 DD 2E 37 0 4F D 65 48 34
Octal 144 335 56 67 0 117 15 145 110 64
Binary 1100100 11011101 101110 110111 0 1001111 1101 1100101 1001000 110100

Color Harmonies of #64DD2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64DD2E

Black with #64DD2E

Text Example


Text Example

White with #64DD2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,221,46); }

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

background-color css

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

 a { background-color: rgb(100,221,46); }

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

border-color css

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

 span { border-color: rgb(100,221,46); }

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