#64B201

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

Shades of Christi #64B201

Tints of Christi #64B201

Color information

#64B201 (or 0x64B201) is unknown color: approx Christi. HEX triplet: 64, B2 and 01. RGB value is (100,178,1). Sum of RGB (Red+Green+Blue) = 100+178+1=279 (36% of max value = 765). Red value is 100 (39.45% from 255 or 35.84% from 279); Green value is 178 (69.92% from 255 or 63.80% from 279); Blue value is 1 (0.78% from 255 or 0.36% from 279); Max value from RGB is 178 - color contains mainly: green. Hex color #64B201 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #64B201 is #9B4DFE. Grayscale: #878787. Windows color (decimal): -10178047 or 111204. OLE color: 111204.

HSL color Cylindrical-coordinate representation of color #64B201: hue angle of 86.44º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #64B201 is Cyan = 0.44, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.30.

Color convert

RGB1001781-
CMYK0.4400.990.30
HSL86.44º98.88%35.1%-
HSV(B)86.44º99.44%69.8%-
XYZ21.1834.555.58-
YUV134.552.66103.39-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.84%
GREEN value IS 178 (69.92% from 255) = 63.80%
BLUE value IS 1 (0.78% from 255) = 0.36%
R=35.84%
G=63.80%
B=0.36%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal10017810.4400.990.3086.4498.8835.1
Hex64B212C0631E566323
Octal14426215401433612614343
Binary1100100101100101101100011000111111010101101100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64B201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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