#64B00E

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

Shades of Christi #64B00E

Tints of Christi #64B00E

Color information

#64B00E (or 0x64B00E) is unknown color: approx Christi. HEX triplet: 64, B0 and 0E. RGB value is (100,176,14). Sum of RGB (Red+Green+Blue) = 100+176+14=290 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.48% from 290); Green value is 176 (69.14% from 255 or 60.69% from 290); Blue value is 14 (5.86% from 255 or 4.83% from 290); Max value from RGB is 176 - color contains mainly: green. Hex color #64B00E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #64B00E is #9B4FF1. Grayscale: #878787. Windows color (decimal): -10178546 or 962660. OLE color: 962660.

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

Color convert

RGB10017614-
CMYK0.4300.920.31
HSL88.15º85.26%37.25%-
HSV(B)88.15º92.05%69.02%-
XYZ20.8633.795.84-
YUV134.8159.82103.17-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 34.48%
GREEN value IS 176 (69.14% from 255) = 60.69%
BLUE value IS 14 (5.86% from 255) = 4.83%
R=34.48%
G=60.69%
B=4.83%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal100176140.4300.920.3188.1585.2637.25
Hex64B0E2B05C1F585525
Octal144260165301343713012545
Binary1100100101100001110101011010111001111110110001010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64B00E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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