#BAF78A

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

Shades of Sulu #BAF78A

Tints of Sulu #BAF78A

Color information

#BAF78A (or 0xBAF78A) is unknown color: approx Sulu. HEX triplet: BA, F7 and 8A. RGB value is (186,247,138). Sum of RGB (Red+Green+Blue) = 186+247+138=571 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.57% from 571); Green value is 247 (96.88% from 255 or 43.26% from 571); Blue value is 138 (54.30% from 255 or 24.17% from 571); Max value from RGB is 247 - color contains mainly: green. Hex color #BAF78A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF78A is #450875. Grayscale: #D8D8D8. Windows color (decimal): -4524150 or 9107386. OLE color: 9107386.

HSL color Cylindrical-coordinate representation of color #BAF78A: hue angle of 93.58º degrees, saturation: 0.87, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BAF78A is Cyan = 0.25, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.03.

Color convert

RGB186247138-
CMYK0.2500.440.03
HSL93.58º87.2%75.49%-
HSV(B)93.58º44.13%96.86%-
XYZ58.178.836.19-
YUV216.3483.79106.36-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.57%
GREEN value IS 247 (96.88% from 255) = 43.26%
BLUE value IS 138 (54.30% from 255) = 24.17%
R=32.57%
G=43.26%
B=24.17%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1862471380.2500.440.0393.5887.275.49
HexBAF78A1902C35e574b
Octal272367212310543136127113
Binary10111010111101111000101011001010110011101111010101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF78A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF78A; }

 p { color: rgb(186,247,138); }

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

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

 a { background-color: rgb(186,247,138); }

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

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

 span { border-color: rgb(186,247,138); }

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