Html Css Color HEX #64DD2B Kelly Green

📋 copy color: '#64DD2B'

red 100 ◦ green 221 ◦ blue 43

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

Shades of Kelly Green #64DD2B

Tints of Kelly Green #64DD2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.81%

R = 27.47%
G = 60.71%
B = 11.81%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#64DD2B (or 0x64DD2B) is known color: Kelly Green. HEX triplet: 64, DD and 2B. RGB value is (100,221,43). Sum of RGB (Red+Green+Blue) = 100+221+43=364 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.47% from 364); Green value is 221 (86.72% from 255 or 60.71% from 364); Blue value is 43 (17.19% from 255 or 11.81% from 364); Max value from RGB is 221 - color contains mainly: green. Hex color #64DD2B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64DD2B is #9B22D4. Grayscale: #A5A5A5. Windows color (decimal): -10166997 or 2874724. OLE color: 2874724.

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

Color convert

RGB 100 221 43 -
CMYK 0.55 0 0.81 0.13
HSL 100.79º 0.72% 0.52% -
HSV(B) 100.79º 0.81% 0.87% -
XYZ 31.55 54.6 11.16 -
YUV 164.53 59.41 81.97 -
System Red Green Blue C M Y K H S L
Decimal 100 221 43 0.55 0 0.81 0.13 100.79 0.72 0.52
Hex 64 DD 2B 37 0 51 D 65 48 34
Octal 144 335 53 67 0 121 15 145 110 64
Binary 1100100 11011101 101011 110111 0 1010001 1101 1100101 1001000 110100

Color Harmonies of #64DD2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64DD2B

Black with #64DD2B

Text Example


Text Example

White with #64DD2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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