#b0ec72

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

Shades of Sulu #B0EC72

Tints of Sulu #B0EC72

Color information

#B0EC72 (or 0xB0EC72) is unknown color: approx Sulu. HEX triplet: B0, EC and 72. RGB value is (176,236,114). Sum of RGB (Red+Green+Blue) = 176+236+114=526 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.46% from 526); Green value is 236 (92.58% from 255 or 44.87% from 526); Blue value is 114 (44.92% from 255 or 21.67% from 526); Max value from RGB is 236 - color contains mainly: green. Hex color #B0EC72 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0EC72 is #4F138D. Grayscale: #CCCCCC. Windows color (decimal): -5182350 or 7531696. OLE color: 7531696.

HSL color Cylindrical-coordinate representation of color #B0EC72: hue angle of 89.51º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B0EC72 is Cyan = 0.25, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB176236114-
CMYK0.2500.520.07
HSL89.51º76.25%68.63%-
HSV(B)89.51º51.69%92.55%-
XYZ50.9470.4426.83-
YUV204.1577.12107.92-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.46%
GREEN value IS 236 (92.58% from 255) = 44.87%
BLUE value IS 114 (44.92% from 255) = 21.67%
R=33.46%
G=44.87%
B=21.67%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1762361140.2500.520.0789.5176.2568.63
HexB0EC721903475a4c45
Octal260354162310647132114105
Binary10110000111011001110010110010110100111101101010011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b0ec72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b0ec72; }

 p { color: rgb(176,236,114); }

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

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

 a { background-color: rgb(176,236,114); }

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

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

 span { border-color: rgb(176,236,114); }

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