#B2EF70

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

Shades of Sulu #B2EF70

Tints of Sulu #B2EF70

Color information

#B2EF70 (or 0xB2EF70) is unknown color: approx Sulu. HEX triplet: B2, EF and 70. RGB value is (178,239,112). Sum of RGB (Red+Green+Blue) = 178+239+112=529 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.65% from 529); Green value is 239 (93.75% from 255 or 45.18% from 529); Blue value is 112 (44.14% from 255 or 21.17% from 529); Max value from RGB is 239 - color contains mainly: green. Hex color #B2EF70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2EF70 is #4D108F. Grayscale: #CECECE. Windows color (decimal): -5050512 or 7401394. OLE color: 7401394.

HSL color Cylindrical-coordinate representation of color #B2EF70: hue angle of 88.82º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B2EF70 is Cyan = 0.26, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.06.

Color convert

RGB178239112-
CMYK0.2600.530.06
HSL88.82º79.87%68.82%-
HSV(B)88.82º53.14%93.73%-
XYZ52.1572.3726.55-
YUV206.2874.79107.83-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.65%
GREEN value IS 239 (93.75% from 255) = 45.18%
BLUE value IS 112 (44.14% from 255) = 21.17%
R=33.65%
G=45.18%
B=21.17%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1782391120.2600.530.0688.8279.8768.82
HexB2EF701A0356595045
Octal262357160320656131120105
Binary10110010111011111110000110100110101110101100110100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2EF70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2EF70; }

 p { color: rgb(178,239,112); }

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

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

 a { background-color: rgb(178,239,112); }

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

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

 span { border-color: rgb(178,239,112); }

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