#BAF571

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

Shades of Sulu #BAF571

Tints of Sulu #BAF571

Color information

#BAF571 (or 0xBAF571) is unknown color: approx Sulu. HEX triplet: BA, F5 and 71. RGB value is (186,245,113). Sum of RGB (Red+Green+Blue) = 186+245+113=544 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.19% from 544); Green value is 245 (96.09% from 255 or 45.04% from 544); Blue value is 113 (44.53% from 255 or 20.77% from 544); Max value from RGB is 245 - color contains mainly: green. Hex color #BAF571 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF571 is #450A8E. Grayscale: #D4D4D4. Windows color (decimal): -4524687 or 7468474. OLE color: 7468474.

HSL color Cylindrical-coordinate representation of color #BAF571: hue angle of 86.82º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BAF571 is Cyan = 0.24, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB186245113-
CMYK0.2400.540.04
HSL86.82º86.84%70.2%-
HSV(B)86.82º53.88%96.08%-
XYZ55.8876.9427.53-
YUV212.3171.95109.23-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.19%
GREEN value IS 245 (96.09% from 255) = 45.04%
BLUE value IS 113 (44.53% from 255) = 20.77%
R=34.19%
G=45.04%
B=20.77%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1862451130.2400.540.0486.8286.8470.2
HexBAF571180364575746
Octal272365161300664127127106
Binary10111010111101011110001110000110110100101011110101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF571; }

 p { color: rgb(186,245,113); }

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

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

 a { background-color: rgb(186,245,113); }

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

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

 span { border-color: rgb(186,245,113); }

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