#B8DD82

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

Shades of Sulu #B8DD82

Tints of Sulu #B8DD82

Color information

#B8DD82 (or 0xB8DD82) is unknown color: approx Sulu. HEX triplet: B8, DD and 82. RGB value is (184,221,130). Sum of RGB (Red+Green+Blue) = 184+221+130=535 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.39% from 535); Green value is 221 (86.72% from 255 or 41.31% from 535); Blue value is 130 (51.17% from 255 or 24.30% from 535); Max value from RGB is 221 - color contains mainly: green. Hex color #B8DD82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8DD82 is #47227D. Grayscale: #C7C7C7. Windows color (decimal): -4661886 or 8576440. OLE color: 8576440.

HSL color Cylindrical-coordinate representation of color #B8DD82: hue angle of 84.4º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B8DD82 is Cyan = 0.17, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB184221130-
CMYK0.1700.410.13
HSL84.4º57.23%68.82%-
HSV(B)84.4º41.18%86.67%-
XYZ49.6563.5130.76-
YUV199.5688.74116.9-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.39%
GREEN value IS 221 (86.72% from 255) = 41.31%
BLUE value IS 130 (51.17% from 255) = 24.30%
R=34.39%
G=41.31%
B=24.30%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1842211300.1700.410.1384.457.2368.82
HexB8DD8211029D543945
Octal270335202210511512471105
Binary101110001101110110000010100010101001110110101001110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8DD82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8DD82; }

 p { color: rgb(184,221,130); }

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

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

 a { background-color: rgb(184,221,130); }

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

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

 span { border-color: rgb(184,221,130); }

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