#B0FE7F

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

Shades of Sulu #B0FE7F

Tints of Sulu #B0FE7F

Color information

#B0FE7F (or 0xB0FE7F) is unknown color: approx Sulu. HEX triplet: B0, FE and 7F. RGB value is (176,254,127). Sum of RGB (Red+Green+Blue) = 176+254+127=557 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.60% from 557); Green value is 254 (99.61% from 255 or 45.60% from 557); Blue value is 127 (50% from 255 or 22.80% from 557); Max value from RGB is 254 - color contains mainly: green. Hex color #B0FE7F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0FE7F is #4F0180. Grayscale: #D8D8D8. Windows color (decimal): -5177729 or 8388272. OLE color: 8388272.

HSL color Cylindrical-coordinate representation of color #B0FE7F: hue angle of 96.85º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B0FE7F is Cyan = 0.31, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.00.

Color convert

RGB176254127-
CMYK0.3100.500.00
HSL96.85º98.45%74.71%-
HSV(B)96.85º50%99.61%-
XYZ57.1881.6532.82-
YUV216.277.6699.33-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.60%
GREEN value IS 254 (99.61% from 255) = 45.60%
BLUE value IS 127 (50% from 255) = 22.80%
R=31.60%
G=45.60%
B=22.80%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1762541270.3100.500.0096.8598.4574.71
HexB0FE7F1F032061624b
Octal260376177370620141142113
Binary101100001111111011111111111101100100110000111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FE7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FE7F; }

 p { color: rgb(176,254,127); }

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

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

 a { background-color: rgb(176,254,127); }

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

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

 span { border-color: rgb(176,254,127); }

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