#BADD77

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

Shades of Sulu #BADD77

Tints of Sulu #BADD77

Color information

#BADD77 (or 0xBADD77) is unknown color: approx Sulu. HEX triplet: BA, DD and 77. RGB value is (186,221,119). Sum of RGB (Red+Green+Blue) = 186+221+119=526 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.36% from 526); Green value is 221 (86.72% from 255 or 42.02% from 526); Blue value is 119 (46.88% from 255 or 22.62% from 526); Max value from RGB is 221 - color contains mainly: green. Hex color #BADD77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADD77 is #452288. Grayscale: #C7C7C7. Windows color (decimal): -4530825 or 7855546. OLE color: 7855546.

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

Color convert

RGB186221119-
CMYK0.1600.460.13
HSL80.59º60%66.67%-
HSV(B)80.59º46.15%86.67%-
XYZ49.4463.4827.1-
YUV198.9182.9118.79-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.36%
GREEN value IS 221 (86.72% from 255) = 42.02%
BLUE value IS 119 (46.88% from 255) = 22.62%
R=35.36%
G=42.02%
B=22.62%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1862211190.1600.460.1380.596066.67
HexBADD771002ED513c43
Octal272335167200561512174103
Binary10111010110111011110111100000101110110110100011111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADD77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADD77; }

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

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

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

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

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

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

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

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