Html Css Color HEX #64D82C Kelly Green

📋 copy color: '#64D82C'

red 100 ◦ green 216 ◦ blue 44

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

Shades of Kelly Green #64D82C

Tints of Kelly Green #64D82C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.22%

R = 27.78%
G = 60%
B = 12.22%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#64D82C (or 0x64D82C) is known color: Kelly Green. HEX triplet: 64, D8 and 2C. RGB value is (100,216,44). Sum of RGB (Red+Green+Blue) = 100+216+44=360 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.78% from 360); Green value is 216 (84.77% from 255 or 60% from 360); Blue value is 44 (17.58% from 255 or 12.22% from 360); Max value from RGB is 216 - color contains mainly: green. Hex color #64D82C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64D82C is #9B27D3. Grayscale: #A2A2A2. Windows color (decimal): -10168276 or 2938980. OLE color: 2938980.

HSL color Cylindrical-coordinate representation of color #64D82C: hue angle of 100.47º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #64D82C is Cyan = 0.54, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 100 216 44 -
CMYK 0.54 0 0.80 0.15
HSL 100.47º 0.69% 0.51% -
HSV(B) 100.47º 0.8% 0.85% -
XYZ 30.27 52 10.83 -
YUV 161.71 61.57 83.99 -
System Red Green Blue C M Y K H S L
Decimal 100 216 44 0.54 0 0.80 0.15 100.47 0.69 0.51
Hex 64 D8 2C 36 0 50 F 64 45 33
Octal 144 330 54 66 0 120 17 144 105 63
Binary 1100100 11011000 101100 110110 0 1010000 1111 1100100 1000101 110011

Color Harmonies of #64D82C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D82C

Black with #64D82C

Text Example


Text Example

White with #64D82C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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