Html Css Color HEX #64DE2F Kelly Green

📋 copy color: '#64DE2F'

red 100 ◦ green 222 ◦ blue 47

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

Shades of Kelly Green #64DE2F

Tints of Kelly Green #64DE2F

RGB

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

 GREEN value IS 222 (87.11% from 255) = 60.16%

 BLUE value IS 47 (18.75% from 255) = 12.74%

R = 27.1%
G = 60.16%
B = 12.74%

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

#64DE2F (or 0x64DE2F) is known color: Kelly Green. HEX triplet: 64, DE and 2F. RGB value is (100,222,47). Sum of RGB (Red+Green+Blue) = 100+222+47=369 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.10% from 369); Green value is 222 (87.11% from 255 or 60.16% from 369); Blue value is 47 (18.75% from 255 or 12.74% from 369); Max value from RGB is 222 - color contains mainly: green. Hex color #64DE2F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64DE2F is #9B21D0. Grayscale: #A6A6A6. Windows color (decimal): -10166737 or 3137124. OLE color: 3137124.

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

Color convert

RGB 100 222 47 -
CMYK 0.55 0 0.79 0.13
HSL 101.83º 0.73% 0.53% -
HSV(B) 101.83º 0.79% 0.87% -
XYZ 31.89 55.16 11.65 -
YUV 165.57 61.08 81.23 -
System Red Green Blue C M Y K H S L
Decimal 100 222 47 0.55 0 0.79 0.13 101.83 0.73 0.53
Hex 64 DE 2F 37 0 4F D 66 49 35
Octal 144 336 57 67 0 117 15 146 111 65
Binary 1100100 11011110 101111 110111 0 1001111 1101 1100110 1001001 110101

Color Harmonies of #64DE2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64DE2F

Black with #64DE2F

Text Example


Text Example

White with #64DE2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,222,47); }

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

background-color css

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

 a { background-color: rgb(100,222,47); }

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

border-color css

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

 span { border-color: rgb(100,222,47); }

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