#64B214

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

Shades of Christi #64B214

Tints of Christi #64B214

Color information

#64B214 (or 0x64B214) is unknown color: approx Christi. HEX triplet: 64, B2 and 14. RGB value is (100,178,20). Sum of RGB (Red+Green+Blue) = 100+178+20=298 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.56% from 298); Green value is 178 (69.92% from 255 or 59.73% from 298); Blue value is 20 (8.20% from 255 or 6.71% from 298); Max value from RGB is 178 - color contains mainly: green. Hex color #64B214 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #64B214 is #9B4DEB. Grayscale: #898989. Windows color (decimal): -10178028 or 1356388. OLE color: 1356388.

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

Color convert

RGB10017820-
CMYK0.4400.890.30
HSL89.62º79.8%38.82%-
HSV(B)89.62º88.76%69.8%-
XYZ21.334.66.22-
YUV136.6762.16101.85-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 33.56%
GREEN value IS 178 (69.92% from 255) = 59.73%
BLUE value IS 20 (8.20% from 255) = 6.71%
R=33.56%
G=59.73%
B=6.71%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal100178200.4400.890.3089.6279.838.82
Hex64B2142C0591E5a5027
Octal144262245401313613212047
Binary11001001011001010100101100010110011111010110101010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64B214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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