#64AB04

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

Shades of Christi #64AB04

Tints of Christi #64AB04

Color information

#64AB04 (or 0x64AB04) is unknown color: approx Christi. HEX triplet: 64, AB and 04. RGB value is (100,171,4). Sum of RGB (Red+Green+Blue) = 100+171+4=275 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.36% from 275); Green value is 171 (67.19% from 255 or 62.18% from 275); Blue value is 4 (1.95% from 255 or 1.45% from 275); Max value from RGB is 171 - color contains mainly: green. Hex color #64AB04 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #64AB04 is #9B54FB. Grayscale: #838383. Windows color (decimal): -10179836 or 306020. OLE color: 306020.

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

Color convert

RGB1001714-
CMYK0.4200.980.33
HSL85.51º95.43%34.31%-
HSV(B)85.51º97.66%67.06%-
XYZ19.8431.845.22-
YUV130.7356.48106.08-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 36.36%
GREEN value IS 171 (67.19% from 255) = 62.18%
BLUE value IS 4 (1.95% from 255) = 1.45%
R=36.36%
G=62.18%
B=1.45%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal10017140.4200.980.3385.5195.4334.31
Hex64AB42A06221565f22
Octal14425345201424112613742
Binary1100100101010111001010100110001010000110101101011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64AB04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,171,4); }

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

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

 a { background-color: rgb(100,171,4); }

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

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

 span { border-color: rgb(100,171,4); }

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