#B3FF72

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

Shades of Sulu #B3FF72

Tints of Sulu #B3FF72

Color information

#B3FF72 (or 0xB3FF72) is unknown color: approx Sulu. HEX triplet: B3, FF and 72. RGB value is (179,255,114). Sum of RGB (Red+Green+Blue) = 179+255+114=548 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.66% from 548); Green value is 255 (100% from 255 or 46.53% from 548); Blue value is 114 (44.92% from 255 or 20.80% from 548); Max value from RGB is 255 - color contains mainly: green. Hex color #B3FF72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B3FF72 is #4C008D. Grayscale: #D8D8D8. Windows color (decimal): -4980878 or 7536563. OLE color: 7536563.

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

Color convert

RGB179255114-
CMYK0.3000.550
HSL92.34º100%72.35%-
HSV(B)92.34º55.29%100%-
XYZ57.3982.3228.78-
YUV216.270.32101.46-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.66%
GREEN value IS 255 (100% from 255) = 46.53%
BLUE value IS 114 (44.92% from 255) = 20.80%
R=32.66%
G=46.53%
B=20.80%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1792551140.3000.55092.3410072.35
HexB3FF721E03705c6448
Octal263377162360670134144110
Binary101100111111111111100101111001101110101110011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3FF72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3FF72; }

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

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

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

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

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

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

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

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