#B2FE70

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

Shades of Sulu #B2FE70

Tints of Sulu #B2FE70

Color information

#B2FE70 (or 0xB2FE70) is unknown color: approx Sulu. HEX triplet: B2, FE and 70. RGB value is (178,254,112). Sum of RGB (Red+Green+Blue) = 178+254+112=544 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.72% from 544); Green value is 254 (99.61% from 255 or 46.69% from 544); Blue value is 112 (44.14% from 255 or 20.59% from 544); Max value from RGB is 254 - color contains mainly: green. Hex color #B2FE70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2FE70 is #4D018F. Grayscale: #D7D7D7. Windows color (decimal): -5046672 or 7405234. OLE color: 7405234.

HSL color Cylindrical-coordinate representation of color #B2FE70: hue angle of 92.11º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B2FE70 is Cyan = 0.30, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.00.

Color convert

RGB178254112-
CMYK0.3000.560.00
HSL92.11º98.61%71.76%-
HSV(B)92.11º55.91%99.61%-
XYZ56.7381.5228.07-
YUV215.0969.82101.55-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.72%
GREEN value IS 254 (99.61% from 255) = 46.69%
BLUE value IS 112 (44.14% from 255) = 20.59%
R=32.72%
G=46.69%
B=20.59%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1782541120.3000.560.0092.1198.6171.76
HexB2FE701E03805c6348
Octal262376160360700134143110
Binary101100101111111011100001111001110000101110011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2FE70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2FE70; }

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

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

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

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

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

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

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

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