#B2DF72

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

Shades of Sulu #B2DF72

Tints of Sulu #B2DF72

Color information

#B2DF72 (or 0xB2DF72) is unknown color: approx Sulu. HEX triplet: B2, DF and 72. RGB value is (178,223,114). Sum of RGB (Red+Green+Blue) = 178+223+114=515 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.56% from 515); Green value is 223 (87.5% from 255 or 43.30% from 515); Blue value is 114 (44.92% from 255 or 22.14% from 515); Max value from RGB is 223 - color contains mainly: green. Hex color #B2DF72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2DF72 is #4D208D. Grayscale: #C5C5C5. Windows color (decimal): -5054606 or 7528370. OLE color: 7528370.

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

Color convert

RGB178223114-
CMYK0.2000.490.13
HSL84.77º63.01%66.08%-
HSV(B)84.77º48.88%87.45%-
XYZ47.7963.4625.65-
YUV197.1281.09114.36-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.56%
GREEN value IS 223 (87.5% from 255) = 43.30%
BLUE value IS 114 (44.92% from 255) = 22.14%
R=34.56%
G=43.30%
B=22.14%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1782231140.2000.490.1384.7763.0166.08
HexB2DF7214031D553f42
Octal262337162240611512577102
Binary10110010110111111110010101000110001110110101011111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2DF72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2DF72; }

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

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

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

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

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

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

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

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