Html Css Color HEX #64D005 Kelly Green

📋 copy color: '#64D005'

red 100 ◦ green 208 ◦ blue 5

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

Shades of Kelly Green #64D005

Tints of Kelly Green #64D005

RGB

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

 GREEN value IS 208 (81.64% from 255) = 66.45%

 BLUE value IS 5 (2.34% from 255) = 1.6%

R = 31.95%
G = 66.45%
B = 1.6%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#64D005 (or 0x64D005) is known color: Kelly Green. HEX triplet: 64, D0 and 05. RGB value is (100,208,5). Sum of RGB (Red+Green+Blue) = 100+208+5=313 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.95% from 313); Green value is 208 (81.64% from 255 or 66.45% from 313); Blue value is 5 (2.34% from 255 or 1.60% from 313); Max value from RGB is 208 - color contains mainly: green. Hex color #64D005 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64D005 is #9B2FFA. Grayscale: #999999. Windows color (decimal): -10170363 or 381028. OLE color: 381028.

HSL color Cylindrical-coordinate representation of color #64D005: hue angle of 91.92º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #64D005 is Cyan = 0.52, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.18.

Color convert

RGB 100 208 5 -
CMYK 0.52 0 0.98 0.18
HSL 91.92º 0.95% 0.42% -
HSV(B) 91.92º 0.98% 0.82% -
XYZ 27.84 47.83 7.91 -
YUV 152.57 44.72 90.51 -
System Red Green Blue C M Y K H S L
Decimal 100 208 5 0.52 0 0.98 0.18 91.92 0.95 0.42
Hex 64 D0 5 34 0 62 12 5C 5F 2A
Octal 144 320 5 64 0 142 22 134 137 52
Binary 1100100 11010000 101 110100 0 1100010 10010 1011100 1011111 101010

Color Harmonies of #64D005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D005

Black with #64D005

Text Example


Text Example

White with #64D005

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,208,5); }

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

background-color css

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

 a { background-color: rgb(100,208,5); }

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

border-color css

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

 span { border-color: rgb(100,208,5); }

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