#B6DF72

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

Shades of Sulu #B6DF72

Tints of Sulu #B6DF72

Color information

#B6DF72 (or 0xB6DF72) is unknown color: approx Sulu. HEX triplet: B6, DF and 72. RGB value is (182,223,114). Sum of RGB (Red+Green+Blue) = 182+223+114=519 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.07% from 519); Green value is 223 (87.5% from 255 or 42.97% from 519); Blue value is 114 (44.92% from 255 or 21.97% from 519); Max value from RGB is 223 - color contains mainly: green. Hex color #B6DF72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6DF72 is #49208D. Grayscale: #C6C6C6. Windows color (decimal): -4792462 or 7528374. OLE color: 7528374.

HSL color Cylindrical-coordinate representation of color #B6DF72: hue angle of 82.57º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B6DF72 is Cyan = 0.18, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB182223114-
CMYK0.1800.490.13
HSL82.57º63.01%66.08%-
HSV(B)82.57º48.88%87.45%-
XYZ48.7263.9425.69-
YUV198.3280.42116.36-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.07%
GREEN value IS 223 (87.5% from 255) = 42.97%
BLUE value IS 114 (44.92% from 255) = 21.97%
R=35.07%
G=42.97%
B=21.97%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1822231140.1800.490.1382.5763.0166.08
HexB6DF7212031D533f42
Octal266337162220611512377102
Binary10110110110111111110010100100110001110110100111111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6DF72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6DF72; }

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

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

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

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

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

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

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

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