#B6DF84

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

Shades of Sulu #B6DF84

Tints of Sulu #B6DF84

Color information

#B6DF84 (or 0xB6DF84) is unknown color: approx Sulu. HEX triplet: B6, DF and 84. RGB value is (182,223,132). Sum of RGB (Red+Green+Blue) = 182+223+132=537 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.89% from 537); Green value is 223 (87.5% from 255 or 41.53% from 537); Blue value is 132 (51.95% from 255 or 24.58% from 537); Max value from RGB is 223 - color contains mainly: green. Hex color #B6DF84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6DF84 is #49207B. Grayscale: #C8C8C8. Windows color (decimal): -4792444 or 8708022. OLE color: 8708022.

HSL color Cylindrical-coordinate representation of color #B6DF84: hue angle of 87.03º 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 #B6DF84 is Cyan = 0.18, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB182223132-
CMYK0.1800.410.13
HSL87.03º58.71%69.61%-
HSV(B)87.03º40.81%87.45%-
XYZ49.8464.3931.63-
YUV200.3789.42114.9-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.89%
GREEN value IS 223 (87.5% from 255) = 41.53%
BLUE value IS 132 (51.95% from 255) = 24.58%
R=33.89%
G=41.53%
B=24.58%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1822231320.1800.410.1387.0358.7169.61
HexB6DF8412029D573b46
Octal266337204220511512773106
Binary101101101101111110000100100100101001110110101111110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6DF84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6DF84; }

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

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

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

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

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

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

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

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