#B3DC72

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

Shades of Sulu #B3DC72

Tints of Sulu #B3DC72

Color information

#B3DC72 (or 0xB3DC72) is unknown color: approx Sulu. HEX triplet: B3, DC and 72. RGB value is (179,220,114). Sum of RGB (Red+Green+Blue) = 179+220+114=513 (67% of max value = 765). Red value is 179 (70.31% from 255 or 34.89% from 513); Green value is 220 (86.33% from 255 or 42.88% from 513); Blue value is 114 (44.92% from 255 or 22.22% from 513); Max value from RGB is 220 - color contains mainly: green. Hex color #B3DC72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3DC72 is #4C238D. Grayscale: #C4C4C4. Windows color (decimal): -4989838 or 7527603. OLE color: 7527603.

HSL color Cylindrical-coordinate representation of color #B3DC72: hue angle of 83.21º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B3DC72 is Cyan = 0.19, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB179220114-
CMYK0.1900.480.14
HSL83.21º60.23%65.49%-
HSV(B)83.21º48.18%86.27%-
XYZ47.2261.9925.4-
YUV195.6681.92116.12-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.89%
GREEN value IS 220 (86.33% from 255) = 42.88%
BLUE value IS 114 (44.92% from 255) = 22.22%
R=34.89%
G=42.88%
B=22.22%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1792201140.1900.480.1483.2160.2365.49
HexB3DC7213030E533c41
Octal263334162230601612374101
Binary10110011110111001110010100110110000111010100111111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3DC72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3DC72; }

 p { color: rgb(179,220,114); }

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

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

 a { background-color: rgb(179,220,114); }

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

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

 span { border-color: rgb(179,220,114); }

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