#B3F070

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

Shades of Sulu #B3F070

Tints of Sulu #B3F070

Color information

#B3F070 (or 0xB3F070) is unknown color: approx Sulu. HEX triplet: B3, F0 and 70. RGB value is (179,240,112). Sum of RGB (Red+Green+Blue) = 179+240+112=531 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.71% from 531); Green value is 240 (94.14% from 255 or 45.20% from 531); Blue value is 112 (44.14% from 255 or 21.09% from 531); Max value from RGB is 240 - color contains mainly: green. Hex color #B3F070 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B3F070 is #4C0F8F. Grayscale: #CFCFCF. Windows color (decimal): -4984720 or 7401651. OLE color: 7401651.

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

Color convert

RGB179240112-
CMYK0.2500.530.06
HSL88.59º81.01%69.02%-
HSV(B)88.59º53.33%94.12%-
XYZ52.6873.0726.66-
YUV207.1774.29107.91-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.71%
GREEN value IS 240 (94.14% from 255) = 45.20%
BLUE value IS 112 (44.14% from 255) = 21.09%
R=33.71%
G=45.20%
B=21.09%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1792401120.2500.530.0688.5981.0169.02
HexB3F070190356595145
Octal263360160310656131121105
Binary10110011111100001110000110010110101110101100110100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3F070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3F070; }

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

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

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

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

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

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

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

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