#64B003

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

Shades of Christi #64B003

Tints of Christi #64B003

Color information

#64B003 (or 0x64B003) is unknown color: approx Christi. HEX triplet: 64, B0 and 03. RGB value is (100,176,3). Sum of RGB (Red+Green+Blue) = 100+176+3=279 (36% of max value = 765). Red value is 100 (39.45% from 255 or 35.84% from 279); Green value is 176 (69.14% from 255 or 63.08% from 279); Blue value is 3 (1.56% from 255 or 1.08% from 279); Max value from RGB is 176 - color contains mainly: green. Hex color #64B003 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #64B003 is #9B4FFC. Grayscale: #868686. Windows color (decimal): -10178557 or 241764. OLE color: 241764.

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

Color convert

RGB1001763-
CMYK0.4300.980.31
HSL86.36º96.65%35.1%-
HSV(B)86.36º98.3%69.02%-
XYZ20.833.775.51-
YUV133.5554.32104.07-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.84%
GREEN value IS 176 (69.14% from 255) = 63.08%
BLUE value IS 3 (1.56% from 255) = 1.08%
R=35.84%
G=63.08%
B=1.08%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal10017630.4300.980.3186.3696.6535.1
Hex64B032B0621F566123
Octal14426035301423712614143
Binary11001001011000011101011011000101111110101101100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64B003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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