#64B421

Color #64B421 Christi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christi #64B421

Tints of Christi #64B421

Color information

#64B421 (or 0x64B421) is unknown color: approx Christi. HEX triplet: 64, B4 and 21. RGB value is (100,180,33). Sum of RGB (Red+Green+Blue) = 100+180+33=313 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.95% from 313); Green value is 180 (70.70% from 255 or 57.51% from 313); Blue value is 33 (13.28% from 255 or 10.54% from 313); Max value from RGB is 180 - color contains mainly: green. Hex color #64B421 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64B421 is #9B4BDE. Grayscale: #8B8B8B. Windows color (decimal): -10177503 or 2208868. OLE color: 2208868.

HSL color Cylindrical-coordinate representation of color #64B421: hue angle of 92.65º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #64B421 is Cyan = 0.44, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB10018033-
CMYK0.4400.820.29
HSL92.65º69.01%41.76%-
HSV(B)92.65º81.67%70.59%-
XYZ21.8535.467.13-
YUV139.326899.95-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.95%
GREEN value IS 180 (70.70% from 255) = 57.51%
BLUE value IS 33 (13.28% from 255) = 10.54%
R=31.95%
G=57.51%
B=10.54%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal100180330.4400.820.2992.6569.0141.76
Hex64B4212C0521D5d452a
Octal144264415401223513510552
Binary110010010110100100001101100010100101110110111011000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64B421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,180,33); }

 H1.HeaderClassName
 {
   color: #64B421;
 }
 .AnyTagClassName
 {
   color: #64B421;
 }
</style>
background-color css

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

 a { background-color: rgb(100,180,33); }

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

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

 span { border-color: rgb(100,180,33); }

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