#5BA700

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

Shades of Christi #5BA700

Tints of Christi #5BA700

Color information

#5BA700 (or 0x5BA700) is unknown color: approx Christi. HEX triplet: 5B, A7 and 00. RGB value is (91,167,0). Sum of RGB (Red+Green+Blue) = 91+167+0=258 (34% of max value = 765). Red value is 91 (35.94% from 255 or 35.27% from 258); Green value is 167 (65.62% from 255 or 64.73% from 258); Blue value is 0 (0.39% from 255 or 0% from 258); Max value from RGB is 167 - color contains mainly: green. Hex color #5BA700 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5BA700 is #A458FF. Grayscale: #7D7D7D. Windows color (decimal): -10770688 or 42843. OLE color: 42843.

HSL color Cylindrical-coordinate representation of color #5BA700: hue angle of 87.31º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5BA700 is Cyan = 0.46, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.35.

Color convert

RGB911670-
CMYK0.46010.35
HSL87.31º100%32.75%-
HSV(B)87.31º100%65.49%-
XYZ18.1329.864.81-
YUV125.2457.32103.58-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 35.27%
GREEN value IS 167 (65.62% from 255) = 64.73%
BLUE value IS 0 (0.39% from 255) = 0%
R=35.27%
G=64.73%
B=0%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal9116700.46010.3587.3110032.75
Hex5BA702E06423576421
Octal13324705601444312714441
Binary10110111010011101011100110010010001110101111100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BA700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5BA700; }

 p { color: rgb(91,167,0); }

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

<style>
 a { background-color: #5BA700; }

 a { background-color: rgb(91,167,0); }

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

<style>
 span { border-color: #5BA700; }

 span { border-color: rgb(91,167,0); }

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