Html Css Color HEX #64D82F Kelly Green

📋 copy color: '#64D82F'

red 100 ◦ green 216 ◦ blue 47

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

Shades of Kelly Green #64D82F

Tints of Kelly Green #64D82F

RGB

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

 GREEN value IS 216 (84.77% from 255) = 59.5%

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

R = 27.55%
G = 59.5%
B = 12.95%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#64D82F (or 0x64D82F) is known color: Kelly Green. HEX triplet: 64, D8 and 2F. RGB value is (100,216,47). Sum of RGB (Red+Green+Blue) = 100+216+47=363 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.55% from 363); Green value is 216 (84.77% from 255 or 59.50% from 363); Blue value is 47 (18.75% from 255 or 12.95% from 363); Max value from RGB is 216 - color contains mainly: green. Hex color #64D82F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64D82F is #9B27D0. Grayscale: #A2A2A2. Windows color (decimal): -10168273 or 3135588. OLE color: 3135588.

HSL color Cylindrical-coordinate representation of color #64D82F: hue angle of 101.18º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #64D82F is Cyan = 0.54, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 100 216 47 -
CMYK 0.54 0 0.78 0.15
HSL 101.18º 0.68% 0.52% -
HSV(B) 101.18º 0.78% 0.85% -
XYZ 30.32 52.03 11.13 -
YUV 162.05 63.07 83.74 -
System Red Green Blue C M Y K H S L
Decimal 100 216 47 0.54 0 0.78 0.15 101.18 0.68 0.52
Hex 64 D8 2F 36 0 4E F 65 44 34
Octal 144 330 57 66 0 116 17 145 104 64
Binary 1100100 11011000 101111 110110 0 1001110 1111 1100101 1000100 110100

Color Harmonies of #64D82F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D82F

Black with #64D82F

Text Example


Text Example

White with #64D82F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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