Html Css Color HEX #64D70B Kelly Green

📋 copy color: '#64D70B'

red 100 ◦ green 215 ◦ blue 11

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

Shades of Kelly Green #64D70B

Tints of Kelly Green #64D70B

RGB

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

 GREEN value IS 215 (84.38% from 255) = 65.95%

 BLUE value IS 11 (4.69% from 255) = 3.37%

R = 30.67%
G = 65.95%
B = 3.37%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#64D70B (or 0x64D70B) is known color: Kelly Green. HEX triplet: 64, D7 and 0B. RGB value is (100,215,11). Sum of RGB (Red+Green+Blue) = 100+215+11=326 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.67% from 326); Green value is 215 (84.38% from 255 or 65.95% from 326); Blue value is 11 (4.69% from 255 or 3.37% from 326); Max value from RGB is 215 - color contains mainly: green. Hex color #64D70B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64D70B is #9B28F4. Grayscale: #9E9E9E. Windows color (decimal): -10168565 or 776036. OLE color: 776036.

HSL color Cylindrical-coordinate representation of color #64D70B: hue angle of 93.82º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #64D70B is Cyan = 0.53, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.

Color convert

RGB 100 215 11 -
CMYK 0.53 0 0.95 0.16
HSL 93.82º 0.9% 0.44% -
HSV(B) 93.82º 0.95% 0.84% -
XYZ 29.62 51.33 8.66 -
YUV 157.36 45.4 87.09 -
System Red Green Blue C M Y K H S L
Decimal 100 215 11 0.53 0 0.95 0.16 93.82 0.9 0.44
Hex 64 D7 B 35 0 5F 10 5E 5A 2C
Octal 144 327 13 65 0 137 20 136 132 54
Binary 1100100 11010111 1011 110101 0 1011111 10000 1011110 1011010 101100

Color Harmonies of #64D70B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D70B

Black with #64D70B

Text Example


Text Example

White with #64D70B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,215,11); }

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

background-color css

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

 a { background-color: rgb(100,215,11); }

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

border-color css

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

 span { border-color: rgb(100,215,11); }

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