#B0FD7F

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

Shades of Sulu #B0FD7F

Tints of Sulu #B0FD7F

Color information

#B0FD7F (or 0xB0FD7F) is unknown color: approx Sulu. HEX triplet: B0, FD and 7F. RGB value is (176,253,127). Sum of RGB (Red+Green+Blue) = 176+253+127=556 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.65% from 556); Green value is 253 (99.22% from 255 or 45.50% from 556); Blue value is 127 (50% from 255 or 22.84% from 556); Max value from RGB is 253 - color contains mainly: green. Hex color #B0FD7F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0FD7F is #4F0280. Grayscale: #D8D8D8. Windows color (decimal): -5177985 or 8388016. OLE color: 8388016.

HSL color Cylindrical-coordinate representation of color #B0FD7F: hue angle of 96.67º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B0FD7F is Cyan = 0.30, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.01.

Color convert

RGB176253127-
CMYK0.3000.500.01
HSL96.67º96.92%74.51%-
HSV(B)96.67º49.8%99.22%-
XYZ56.8681.0132.72-
YUV215.6177.9999.75-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.65%
GREEN value IS 253 (99.22% from 255) = 45.50%
BLUE value IS 127 (50% from 255) = 22.84%
R=31.65%
G=45.50%
B=22.84%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1762531270.3000.500.0196.6796.9274.51
HexB0FD7F1E032161614b
Octal260375177360621141141113
Binary101100001111110111111111111001100101110000111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FD7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FD7F; }

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

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

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

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

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

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

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

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