#64B002

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

Shades of Christi #64B002

Tints of Christi #64B002

Color information

#64B002 (or 0x64B002) is unknown color: approx Christi. HEX triplet: 64, B0 and 02. RGB value is (100,176,2). Sum of RGB (Red+Green+Blue) = 100+176+2=278 (36% of max value = 765). Red value is 100 (39.45% from 255 or 35.97% from 278); Green value is 176 (69.14% from 255 or 63.31% from 278); Blue value is 2 (1.17% from 255 or 0.72% from 278); Max value from RGB is 176 - color contains mainly: green. Hex color #64B002 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #64B002 is #9B4FFD. Grayscale: #868686. Windows color (decimal): -10178558 or 176228. OLE color: 176228.

HSL color Cylindrical-coordinate representation of color #64B002: hue angle of 86.21º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #64B002 is Cyan = 0.43, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.31.

Color convert

RGB1001762-
CMYK0.4300.990.31
HSL86.21º97.75%34.9%-
HSV(B)86.21º98.86%69.02%-
XYZ20.7933.765.48-
YUV133.4453.82104.15-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.97%
GREEN value IS 176 (69.14% from 255) = 63.31%
BLUE value IS 2 (1.17% from 255) = 0.72%
R=35.97%
G=63.31%
B=0.72%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal10017620.4300.990.3186.2197.7534.9
Hex64B022B0631F566223
Octal14426025301433712614243
Binary11001001011000010101011011000111111110101101100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64B002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,176,2); }

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

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

 a { background-color: rgb(100,176,2); }

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

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

 span { border-color: rgb(100,176,2); }

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