Html Css Color HEX #64D003 Kelly Green

📋 copy color: '#64D003'

red 100 ◦ green 208 ◦ blue 3

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

Shades of Kelly Green #64D003

Tints of Kelly Green #64D003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.96%

R = 32.15%
G = 66.88%
B = 0.96%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#64D003 (or 0x64D003) is known color: Kelly Green. HEX triplet: 64, D0 and 03. RGB value is (100,208,3). Sum of RGB (Red+Green+Blue) = 100+208+3=311 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.15% from 311); Green value is 208 (81.64% from 255 or 66.88% from 311); Blue value is 3 (1.56% from 255 or 0.96% from 311); Max value from RGB is 208 - color contains mainly: green. Hex color #64D003 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64D003 is #9B2FFC. Grayscale: #999999. Windows color (decimal): -10170365 or 249956. OLE color: 249956.

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

Color convert

RGB 100 208 3 -
CMYK 0.52 0 0.99 0.18
HSL 91.61º 0.97% 0.41% -
HSV(B) 91.61º 0.99% 0.82% -
XYZ 27.83 47.83 7.85 -
YUV 152.34 43.72 90.67 -
System Red Green Blue C M Y K H S L
Decimal 100 208 3 0.52 0 0.99 0.18 91.61 0.97 0.41
Hex 64 D0 3 34 0 63 12 5C 61 29
Octal 144 320 3 64 0 143 22 134 141 51
Binary 1100100 11010000 11 110100 0 1100011 10010 1011100 1100001 101001

Color Harmonies of #64D003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D003

Black with #64D003

Text Example


Text Example

White with #64D003

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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