#B2FF70

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

Shades of Sulu #B2FF70

Tints of Sulu #B2FF70

Color information

#B2FF70 (or 0xB2FF70) is unknown color: approx Sulu. HEX triplet: B2, FF and 70. RGB value is (178,255,112). Sum of RGB (Red+Green+Blue) = 178+255+112=545 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.66% from 545); Green value is 255 (100% from 255 or 46.79% from 545); Blue value is 112 (44.14% from 255 or 20.55% from 545); Max value from RGB is 255 - color contains mainly: green. Hex color #B2FF70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2FF70 is #4D008F. Grayscale: #D8D8D8. Windows color (decimal): -5046416 or 7405490. OLE color: 7405490.

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

Color convert

RGB178255112-
CMYK0.3000.560
HSL92.31º100%71.96%-
HSV(B)92.31º56.08%100%-
XYZ57.0482.1528.18-
YUV215.6869.49101.13-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.66%
GREEN value IS 255 (100% from 255) = 46.79%
BLUE value IS 112 (44.14% from 255) = 20.55%
R=32.66%
G=46.79%
B=20.55%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1782551120.3000.56092.3110071.96
HexB2FF701E03805c6448
Octal262377160360700134144110
Binary101100101111111111100001111001110000101110011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2FF70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2FF70; }

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

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

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

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

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

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

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

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