#B8DF84

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

Shades of Sulu #B8DF84

Tints of Sulu #B8DF84

Color information

#B8DF84 (or 0xB8DF84) is unknown color: approx Sulu. HEX triplet: B8, DF and 84. RGB value is (184,223,132). Sum of RGB (Red+Green+Blue) = 184+223+132=539 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.14% from 539); Green value is 223 (87.5% from 255 or 41.37% from 539); Blue value is 132 (51.95% from 255 or 24.49% from 539); Max value from RGB is 223 - color contains mainly: green. Hex color #B8DF84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8DF84 is #47207B. Grayscale: #C9C9C9. Windows color (decimal): -4661372 or 8708024. OLE color: 8708024.

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

Color convert

RGB184223132-
CMYK0.1700.410.13
HSL85.71º58.71%69.61%-
HSV(B)85.71º40.81%87.45%-
XYZ50.3264.6331.65-
YUV200.9689.08115.9-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.14%
GREEN value IS 223 (87.5% from 255) = 41.37%
BLUE value IS 132 (51.95% from 255) = 24.49%
R=34.14%
G=41.37%
B=24.49%

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
Decimal1842231320.1700.410.1385.7158.7169.61
HexB8DF8411029D563b46
Octal270337204210511512673106
Binary101110001101111110000100100010101001110110101101110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8DF84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8DF84; }

 p { color: rgb(184,223,132); }

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

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

 a { background-color: rgb(184,223,132); }

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

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

 span { border-color: rgb(184,223,132); }

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