#BADE7D

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

Shades of Sulu #BADE7D

Tints of Sulu #BADE7D

Color information

#BADE7D (or 0xBADE7D) is unknown color: approx Sulu. HEX triplet: BA, DE and 7D. RGB value is (186,222,125). Sum of RGB (Red+Green+Blue) = 186+222+125=533 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.90% from 533); Green value is 222 (87.11% from 255 or 41.65% from 533); Blue value is 125 (49.22% from 255 or 23.45% from 533); Max value from RGB is 222 - color contains mainly: green. Hex color #BADE7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADE7D is #452182. Grayscale: #C8C8C8. Windows color (decimal): -4530563 or 8249018. OLE color: 8249018.

HSL color Cylindrical-coordinate representation of color #BADE7D: hue angle of 82.27º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BADE7D is Cyan = 0.16, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB186222125-
CMYK0.1600.440.13
HSL82.27º59.51%68.04%-
HSV(B)82.27º43.69%87.06%-
XYZ50.0764.1629.15-
YUV200.1885.57117.89-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.90%
GREEN value IS 222 (87.11% from 255) = 41.65%
BLUE value IS 125 (49.22% from 255) = 23.45%
R=34.90%
G=41.65%
B=23.45%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1862221250.1600.440.1382.2759.5168.04
HexBADE7D1002CD523c44
Octal272336175200541512274104
Binary10111010110111101111101100000101100110110100101111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADE7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADE7D; }

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

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

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

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

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

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

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

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