#B2EC79

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

Shades of Sulu #B2EC79

Tints of Sulu #B2EC79

Color information

#B2EC79 (or 0xB2EC79) is unknown color: approx Sulu. HEX triplet: B2, EC and 79. RGB value is (178,236,121). Sum of RGB (Red+Green+Blue) = 178+236+121=535 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.27% from 535); Green value is 236 (92.58% from 255 or 44.11% from 535); Blue value is 121 (47.66% from 255 or 22.62% from 535); Max value from RGB is 236 - color contains mainly: green. Hex color #B2EC79 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2EC79 is #4D1386. Grayscale: #CDCDCD. Windows color (decimal): -5051271 or 7990450. OLE color: 7990450.

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

Color convert

RGB178236121-
CMYK0.2500.490.07
HSL90.26º75.16%70%-
HSV(B)90.26º48.73%92.55%-
XYZ51.8170.8429.03-
YUV205.5580.28108.35-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.27%
GREEN value IS 236 (92.58% from 255) = 44.11%
BLUE value IS 121 (47.66% from 255) = 22.62%
R=33.27%
G=44.11%
B=22.62%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1782361210.2500.490.0790.2675.1670
HexB2EC791903175a4b46
Octal262354171310617132113106
Binary10110010111011001111001110010110001111101101010010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2EC79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2EC79; }

 p { color: rgb(178,236,121); }

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

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

 a { background-color: rgb(178,236,121); }

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

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

 span { border-color: rgb(178,236,121); }

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