#64AD01

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

Shades of Christi #64AD01

Tints of Christi #64AD01

Color information

#64AD01 (or 0x64AD01) is unknown color: approx Christi. HEX triplet: 64, AD and 01. RGB value is (100,173,1). Sum of RGB (Red+Green+Blue) = 100+173+1=274 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.50% from 274); Green value is 173 (67.97% from 255 or 63.14% from 274); Blue value is 1 (0.78% from 255 or 0.36% from 274); Max value from RGB is 173 - color contains mainly: green. Hex color #64AD01 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #64AD01 is #9B52FE. Grayscale: #848484. Windows color (decimal): -10179327 or 109924. OLE color: 109924.

HSL color Cylindrical-coordinate representation of color #64AD01: hue angle of 85.47º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #64AD01 is Cyan = 0.42, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.32.

Color convert

RGB1001731-
CMYK0.4200.990.32
HSL85.47º98.85%34.12%-
HSV(B)85.47º99.42%67.84%-
XYZ20.232.65.26-
YUV131.5654.32105.49-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 36.50%
GREEN value IS 173 (67.97% from 255) = 63.14%
BLUE value IS 1 (0.78% from 255) = 0.36%
R=36.50%
G=63.14%
B=0.36%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal10017310.4200.990.3285.4798.8534.12
Hex64AD12A06320556322
Octal14425515201434012514342
Binary11001001010110111010100110001110000010101011100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64AD01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,173,1); }

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

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

 a { background-color: rgb(100,173,1); }

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

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

 span { border-color: rgb(100,173,1); }

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