#B3FE72

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

Shades of Sulu #B3FE72

Tints of Sulu #B3FE72

Color information

#B3FE72 (or 0xB3FE72) is unknown color: approx Sulu. HEX triplet: B3, FE and 72. RGB value is (179,254,114). Sum of RGB (Red+Green+Blue) = 179+254+114=547 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.72% from 547); Green value is 254 (99.61% from 255 or 46.44% from 547); Blue value is 114 (44.92% from 255 or 20.84% from 547); Max value from RGB is 254 - color contains mainly: green. Hex color #B3FE72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B3FE72 is #4C018D. Grayscale: #D8D8D8. Windows color (decimal): -4981134 or 7536307. OLE color: 7536307.

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

Color convert

RGB179254114-
CMYK0.3000.550.00
HSL92.14º98.59%72.16%-
HSV(B)92.14º55.12%99.61%-
XYZ57.0781.6828.68-
YUV215.6170.65101.88-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.72%
GREEN value IS 254 (99.61% from 255) = 46.44%
BLUE value IS 114 (44.92% from 255) = 20.84%
R=32.72%
G=46.44%
B=20.84%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1792541140.3000.550.0092.1498.5972.16
HexB3FE721E03705c6348
Octal263376162360670134143110
Binary101100111111111011100101111001101110101110011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3FE72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3FE72; }

 p { color: rgb(179,254,114); }

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

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

 a { background-color: rgb(179,254,114); }

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

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

 span { border-color: rgb(179,254,114); }

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