#BADD7D

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

Shades of Sulu #BADD7D

Tints of Sulu #BADD7D

Color information

#BADD7D (or 0xBADD7D) is unknown color: approx Sulu. HEX triplet: BA, DD and 7D. RGB value is (186,221,125). Sum of RGB (Red+Green+Blue) = 186+221+125=532 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.96% from 532); Green value is 221 (86.72% from 255 or 41.54% from 532); Blue value is 125 (49.22% from 255 or 23.50% from 532); Max value from RGB is 221 - color contains mainly: green. Hex color #BADD7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADD7D is #452282. Grayscale: #C7C7C7. Windows color (decimal): -4530819 or 8248762. OLE color: 8248762.

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

Color convert

RGB186221125-
CMYK0.1600.430.13
HSL81.88º58.54%67.84%-
HSV(B)81.88º43.44%86.67%-
XYZ49.8163.6329.06-
YUV199.5985.9118.31-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.96%
GREEN value IS 221 (86.72% from 255) = 41.54%
BLUE value IS 125 (49.22% from 255) = 23.50%
R=34.96%
G=41.54%
B=23.50%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1862211250.1600.430.1381.8858.5467.84
HexBADD7D1002BD523b44
Octal272335175200531512273104
Binary10111010110111011111101100000101011110110100101110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADD7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADD7D; }

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

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

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

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

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

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

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

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