#B0FB7C

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

Shades of Sulu #B0FB7C

Tints of Sulu #B0FB7C

Color information

#B0FB7C (or 0xB0FB7C) is unknown color: approx Sulu. HEX triplet: B0, FB and 7C. RGB value is (176,251,124). Sum of RGB (Red+Green+Blue) = 176+251+124=551 (72% of max value = 765). Red value is 176 (69.14% from 255 or 31.94% from 551); Green value is 251 (98.44% from 255 or 45.55% from 551); Blue value is 124 (48.83% from 255 or 22.50% from 551); Max value from RGB is 251 - color contains mainly: green. Hex color #B0FB7C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0FB7C is #4F0483. Grayscale: #D6D6D6. Windows color (decimal): -5178500 or 8190896. OLE color: 8190896.

HSL color Cylindrical-coordinate representation of color #B0FB7C: hue angle of 95.43º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B0FB7C is Cyan = 0.30, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.

Color convert

RGB176251124-
CMYK0.3000.510.02
HSL95.43º94.07%73.53%-
HSV(B)95.43º50.6%98.43%-
XYZ56.0479.6831.49-
YUV214.177.15100.83-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.94%
GREEN value IS 251 (98.44% from 255) = 45.55%
BLUE value IS 124 (48.83% from 255) = 22.50%
R=31.94%
G=45.55%
B=22.50%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1762511240.3000.510.0295.4394.0773.53
HexB0FB7C1E03325f5e4a
Octal260373174360632137136112
Binary1011000011111011111110011110011001110101111110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FB7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FB7C; }

 p { color: rgb(176,251,124); }

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

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

 a { background-color: rgb(176,251,124); }

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

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

 span { border-color: rgb(176,251,124); }

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