#B0FD70

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

Shades of Sulu #B0FD70

Tints of Sulu #B0FD70

Color information

#B0FD70 (or 0xB0FD70) is unknown color: approx Sulu. HEX triplet: B0, FD and 70. RGB value is (176,253,112). Sum of RGB (Red+Green+Blue) = 176+253+112=541 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.53% from 541); Green value is 253 (99.22% from 255 or 46.77% from 541); Blue value is 112 (44.14% from 255 or 20.70% from 541); Max value from RGB is 253 - color contains mainly: green. Hex color #B0FD70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0FD70 is #4F028F. Grayscale: #D6D6D6. Windows color (decimal): -5178000 or 7404976. OLE color: 7404976.

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

Color convert

RGB176253112-
CMYK0.3000.560.01
HSL92.77º97.24%71.57%-
HSV(B)92.77º55.73%99.22%-
XYZ55.9580.6527.95-
YUV213.970.49100.96-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.53%
GREEN value IS 253 (99.22% from 255) = 46.77%
BLUE value IS 112 (44.14% from 255) = 20.70%
R=32.53%
G=46.77%
B=20.70%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1762531120.3000.560.0192.7797.2471.57
HexB0FD701E03815d6148
Octal260375160360701135141110
Binary101100001111110111100001111001110001101110111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FD70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FD70; }

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

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

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

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

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

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

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

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