#baf47f

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

Shades of Sulu #BAF47F

Tints of Sulu #BAF47F

Color information

#BAF47F (or 0xBAF47F) is unknown color: approx Sulu. HEX triplet: BA, F4 and 7F. RGB value is (186,244,127). Sum of RGB (Red+Green+Blue) = 186+244+127=557 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.39% from 557); Green value is 244 (95.70% from 255 or 43.81% from 557); Blue value is 127 (50% from 255 or 22.80% from 557); Max value from RGB is 244 - color contains mainly: green. Hex color #BAF47F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF47F is #450B80. Grayscale: #D5D5D5. Windows color (decimal): -4524929 or 8385722. OLE color: 8385722.

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

Color convert

RGB186244127-
CMYK0.2400.480.04
HSL89.74º84.17%72.75%-
HSV(B)89.74º47.95%95.69%-
XYZ56.4376.6731.9-
YUV213.3279.28108.51-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.39%
GREEN value IS 244 (95.70% from 255) = 43.81%
BLUE value IS 127 (50% from 255) = 22.80%
R=33.39%
G=43.81%
B=22.80%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1862441270.2400.480.0489.7484.1772.75
HexBAF47F1803045a5449
Octal272364177300604132124111
Binary10111010111101001111111110000110000100101101010101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #baf47f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #baf47f; }

 p { color: rgb(186,244,127); }

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

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

 a { background-color: rgb(186,244,127); }

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

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

 span { border-color: rgb(186,244,127); }

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