#B2E978

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

Shades of Sulu #B2E978

Tints of Sulu #B2E978

Color information

#B2E978 (or 0xB2E978) is unknown color: approx Sulu. HEX triplet: B2, E9 and 78. RGB value is (178,233,120). Sum of RGB (Red+Green+Blue) = 178+233+120=531 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.52% from 531); Green value is 233 (91.41% from 255 or 43.88% from 531); Blue value is 120 (47.27% from 255 or 22.60% from 531); Max value from RGB is 233 - color contains mainly: green. Hex color #B2E978 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2E978 is #4D1687. Grayscale: #CCCCCC. Windows color (decimal): -5052040 or 7924146. OLE color: 7924146.

HSL color Cylindrical-coordinate representation of color #B2E978: hue angle of 89.2º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B2E978 is Cyan = 0.24, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.09.

Color convert

RGB178233120-
CMYK0.2400.480.09
HSL89.2º71.97%69.22%-
HSV(B)89.2º48.5%91.37%-
XYZ50.8969.128.42-
YUV203.6780.78109.69-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.52%
GREEN value IS 233 (91.41% from 255) = 43.88%
BLUE value IS 120 (47.27% from 255) = 22.60%
R=33.52%
G=43.88%
B=22.60%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1782331200.2400.480.0989.271.9769.22
HexB2E978180309594845
Octal2623511703006011131110105
Binary101100101110100111110001100001100001001101100110010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2E978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2E978; }

 p { color: rgb(178,233,120); }

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

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

 a { background-color: rgb(178,233,120); }

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

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

 span { border-color: rgb(178,233,120); }

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