#B3F47F

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

Shades of Sulu #B3F47F

Tints of Sulu #B3F47F

Color information

#B3F47F (or 0xB3F47F) is unknown color: approx Sulu. HEX triplet: B3, F4 and 7F. RGB value is (179,244,127). Sum of RGB (Red+Green+Blue) = 179+244+127=550 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.55% from 550); Green value is 244 (95.70% from 255 or 44.36% from 550); Blue value is 127 (50% from 255 or 23.09% from 550); Max value from RGB is 244 - color contains mainly: green. Hex color #B3F47F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B3F47F is #4C0B80. Grayscale: #D3D3D3. Windows color (decimal): -4983681 or 8385715. OLE color: 8385715.

HSL color Cylindrical-coordinate representation of color #B3F47F: hue angle of 93.33º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B3F47F is Cyan = 0.27, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB179244127-
CMYK0.2700.480.04
HSL93.33º84.17%72.75%-
HSV(B)93.33º47.95%95.69%-
XYZ54.7775.8231.83-
YUV211.2380.47105.01-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.55%
GREEN value IS 244 (95.70% from 255) = 44.36%
BLUE value IS 127 (50% from 255) = 23.09%
R=32.55%
G=44.36%
B=23.09%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1792441270.2700.480.0493.3384.1772.75
HexB3F47F1B03045d5449
Octal263364177330604135124111
Binary10110011111101001111111110110110000100101110110101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3F47F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3F47F; }

 p { color: rgb(179,244,127); }

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

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

 a { background-color: rgb(179,244,127); }

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

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

 span { border-color: rgb(179,244,127); }

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