#B2EB73

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

Shades of Sulu #B2EB73

Tints of Sulu #B2EB73

Color information

#B2EB73 (or 0xB2EB73) is unknown color: approx Sulu. HEX triplet: B2, EB and 73. RGB value is (178,235,115). Sum of RGB (Red+Green+Blue) = 178+235+115=528 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.71% from 528); Green value is 235 (92.19% from 255 or 44.51% from 528); Blue value is 115 (45.31% from 255 or 21.78% from 528); Max value from RGB is 235 - color contains mainly: green. Hex color #B2EB73 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2EB73 is #4D148C. Grayscale: #CCCCCC. Windows color (decimal): -5051533 or 7596978. OLE color: 7596978.

HSL color Cylindrical-coordinate representation of color #B2EB73: hue angle of 88.5º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B2EB73 is Cyan = 0.24, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.08.

Color convert

RGB178235115-
CMYK0.2400.510.08
HSL88.5º75%68.63%-
HSV(B)88.5º51.06%92.16%-
XYZ51.1670.1227.06-
YUV204.2877.62109.26-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.71%
GREEN value IS 235 (92.19% from 255) = 44.51%
BLUE value IS 115 (45.31% from 255) = 21.78%
R=33.71%
G=44.51%
B=21.78%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1782351150.2400.510.0888.57568.63
HexB2EB73180338584b45
Octal2623531633006310130113105
Binary101100101110101111100111100001100111000101100010010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2EB73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2EB73; }

 p { color: rgb(178,235,115); }

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

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

 a { background-color: rgb(178,235,115); }

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

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

 span { border-color: rgb(178,235,115); }

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