#5BAF03

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

Shades of Kelly Green #5BAF03

Tints of Kelly Green #5BAF03

Color information

#5BAF03 (or 0x5BAF03) is unknown color: approx Kelly Green. HEX triplet: 5B, AF and 03. RGB value is (91,175,3). Sum of RGB (Red+Green+Blue) = 91+175+3=269 (35% of max value = 765). Red value is 91 (35.94% from 255 or 33.83% from 269); Green value is 175 (68.75% from 255 or 65.06% from 269); Blue value is 3 (1.56% from 255 or 1.12% from 269); Max value from RGB is 175 - color contains mainly: green. Hex color #5BAF03 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5BAF03 is #A450FC. Grayscale: #828282. Windows color (decimal): -10768637 or 241499. OLE color: 241499.

HSL color Cylindrical-coordinate representation of color #5BAF03: hue angle of 89.3º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5BAF03 is Cyan = 0.48, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.31.

Color convert

RGB911753-
CMYK0.4800.980.31
HSL89.3º96.63%34.9%-
HSV(B)89.3º98.29%68.63%-
XYZ19.6632.895.4-
YUV130.2856.1799.99-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 33.83%
GREEN value IS 175 (68.75% from 255) = 65.06%
BLUE value IS 3 (1.56% from 255) = 1.12%
R=33.83%
G=65.06%
B=1.12%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal9117530.4800.980.3189.396.6334.9
Hex5BAF3300621F596123
Octal13325736001423713114143
Binary10110111010111111110000011000101111110110011100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BAF03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,175,3); }

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

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

 a { background-color: rgb(91,175,3); }

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

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

 span { border-color: rgb(91,175,3); }

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