#64B025

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

Shades of Christi #64B025

Tints of Christi #64B025

Color information

#64B025 (or 0x64B025) is unknown color: approx Christi. HEX triplet: 64, B0 and 25. RGB value is (100,176,37). Sum of RGB (Red+Green+Blue) = 100+176+37=313 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.95% from 313); Green value is 176 (69.14% from 255 or 56.23% from 313); Blue value is 37 (14.84% from 255 or 11.82% from 313); Max value from RGB is 176 - color contains mainly: green. Hex color #64B025 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64B025 is #9B4FDA. Grayscale: #898989. Windows color (decimal): -10178523 or 2469988. OLE color: 2469988.

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

Color convert

RGB10017637-
CMYK0.4300.790.31
HSL92.81º65.26%41.76%-
HSV(B)92.81º78.98%69.02%-
XYZ21.1133.897.18-
YUV137.4371.32101.3-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.95%
GREEN value IS 176 (69.14% from 255) = 56.23%
BLUE value IS 37 (14.84% from 255) = 11.82%
R=31.95%
G=56.23%
B=11.82%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal100176370.4300.790.3192.8165.2641.76
Hex64B0252B04F1F5d412a
Octal144260455301173713510152
Binary110010010110000100101101011010011111111110111011000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64B025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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