#B2F070

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

Shades of Sulu #B2F070

Tints of Sulu #B2F070

Color information

#B2F070 (or 0xB2F070) is unknown color: approx Sulu. HEX triplet: B2, F0 and 70. RGB value is (178,240,112). Sum of RGB (Red+Green+Blue) = 178+240+112=530 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.58% from 530); Green value is 240 (94.14% from 255 or 45.28% from 530); Blue value is 112 (44.14% from 255 or 21.13% from 530); Max value from RGB is 240 - color contains mainly: green. Hex color #B2F070 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2F070 is #4D0F8F. Grayscale: #CFCFCF. Windows color (decimal): -5050256 or 7401650. OLE color: 7401650.

HSL color Cylindrical-coordinate representation of color #B2F070: hue angle of 89.06º degrees, saturation: 0.81, 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 #B2F070 is Cyan = 0.26, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.06.

Color convert

RGB178240112-
CMYK0.2600.530.06
HSL89.06º81.01%69.02%-
HSV(B)89.06º53.33%94.12%-
XYZ52.4472.9626.65-
YUV206.8774.46107.41-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.58%
GREEN value IS 240 (94.14% from 255) = 45.28%
BLUE value IS 112 (44.14% from 255) = 21.13%
R=33.58%
G=45.28%
B=21.13%

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
Decimal1782401120.2600.530.0689.0681.0169.02
HexB2F0701A0356595145
Octal262360160320656131121105
Binary10110010111100001110000110100110101110101100110100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2F070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2F070; }

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

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

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

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

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

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

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

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