#baf575

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

Shades of Sulu #BAF575

Tints of Sulu #BAF575

Color information

#BAF575 (or 0xBAF575) is unknown color: approx Sulu. HEX triplet: BA, F5 and 75. RGB value is (186,245,117). Sum of RGB (Red+Green+Blue) = 186+245+117=548 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.94% from 548); Green value is 245 (96.09% from 255 or 44.71% from 548); Blue value is 117 (46.09% from 255 or 21.35% from 548); Max value from RGB is 245 - color contains mainly: green. Hex color #BAF575 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF575 is #450A8A. Grayscale: #D5D5D5. Windows color (decimal): -4524683 or 7730618. OLE color: 7730618.

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

Color convert

RGB186245117-
CMYK0.2400.520.04
HSL87.66º86.49%70.98%-
HSV(B)87.66º52.24%96.08%-
XYZ56.1177.0328.74-
YUV212.7773.95108.91-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.94%
GREEN value IS 245 (96.09% from 255) = 44.71%
BLUE value IS 117 (46.09% from 255) = 21.35%
R=33.94%
G=44.71%
B=21.35%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1862451170.2400.520.0487.6686.4970.98
HexBAF575180344585647
Octal272365165300644130126107
Binary10111010111101011110101110000110100100101100010101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #baf575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #baf575; }

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

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

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

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

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

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

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

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