#58A200

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

Shades of Christi #58A200

Tints of Christi #58A200

Color information

#58A200 (or 0x58A200) is unknown color: approx Christi. HEX triplet: 58, A2 and 00. RGB value is (88,162,0). Sum of RGB (Red+Green+Blue) = 88+162+0=250 (33% of max value = 765). Red value is 88 (34.77% from 255 or 35.2% from 250); Green value is 162 (63.67% from 255 or 64.8% from 250); Blue value is 0 (0.39% from 255 or 0% from 250); Max value from RGB is 162 - color contains mainly: green. Hex color #58A200 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #58A200 is #A75DFF. Grayscale: #797979. Windows color (decimal): -10968576 or 41560. OLE color: 41560.

HSL color Cylindrical-coordinate representation of color #58A200: hue angle of 87.41º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #58A200 is Cyan = 0.46, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.36.

Color convert

RGB881620-
CMYK0.46010.36
HSL87.41º100%31.76%-
HSV(B)87.41º100%63.53%-
XYZ16.9427.924.5-
YUV121.4159.48104.17-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 35.2%
GREEN value IS 162 (63.67% from 255) = 64.8%
BLUE value IS 0 (0.39% from 255) = 0%
R=35.2%
G=64.8%
B=0%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal8816200.46010.3687.4110031.76
Hex58A202E06424576420
Octal13024205601444412714440
Binary10110001010001001011100110010010010010101111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58A200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58A200; }

 p { color: rgb(88,162,0); }

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

<style>
 a { background-color: #58A200; }

 a { background-color: rgb(88,162,0); }

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

<style>
 span { border-color: #58A200; }

 span { border-color: rgb(88,162,0); }

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