#BAEF7D

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

Shades of Sulu #BAEF7D

Tints of Sulu #BAEF7D

Color information

#BAEF7D (or 0xBAEF7D) is unknown color: approx Sulu. HEX triplet: BA, EF and 7D. RGB value is (186,239,125). Sum of RGB (Red+Green+Blue) = 186+239+125=550 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.82% from 550); Green value is 239 (93.75% from 255 or 43.45% from 550); Blue value is 125 (49.22% from 255 or 22.73% from 550); Max value from RGB is 239 - color contains mainly: green. Hex color #BAEF7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAEF7D is #451082. Grayscale: #D2D2D2. Windows color (decimal): -4526211 or 8253370. OLE color: 8253370.

HSL color Cylindrical-coordinate representation of color #BAEF7D: hue angle of 87.89º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BAEF7D is Cyan = 0.22, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB186239125-
CMYK0.2200.480.06
HSL87.89º78.08%71.37%-
HSV(B)87.89º47.7%93.73%-
XYZ54.8273.6530.73-
YUV210.1679.94110.77-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.82%
GREEN value IS 239 (93.75% from 255) = 43.45%
BLUE value IS 125 (49.22% from 255) = 22.73%
R=33.82%
G=43.45%
B=22.73%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1862391250.2200.480.0687.8978.0871.37
HexBAEF7D160306584e47
Octal272357175260606130116107
Binary10111010111011111111101101100110000110101100010011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEF7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEF7D; }

 p { color: rgb(186,239,125); }

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

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

 a { background-color: rgb(186,239,125); }

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

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

 span { border-color: rgb(186,239,125); }

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