#B0FF78

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

Shades of Sulu #B0FF78

Tints of Sulu #B0FF78

Color information

#B0FF78 (or 0xB0FF78) is unknown color: approx Sulu. HEX triplet: B0, FF and 78. RGB value is (176,255,120). Sum of RGB (Red+Green+Blue) = 176+255+120=551 (72% of max value = 765). Red value is 176 (69.14% from 255 or 31.94% from 551); Green value is 255 (100% from 255 or 46.28% from 551); Blue value is 120 (47.27% from 255 or 21.78% from 551); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FF78 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0FF78 is #4F0087. Grayscale: #D8D8D8. Windows color (decimal): -5177480 or 7929776. OLE color: 7929776.

HSL color Cylindrical-coordinate representation of color #B0FF78: hue angle of 95.11º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B0FF78 is Cyan = 0.31, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.

Color convert

RGB176255120-
CMYK0.3100.530
HSL95.11º100%73.53%-
HSV(B)95.11º52.94%100%-
XYZ57.0582.1130.61-
YUV215.9973.8399.48-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.94%
GREEN value IS 255 (100% from 255) = 46.28%
BLUE value IS 120 (47.27% from 255) = 21.78%
R=31.94%
G=46.28%
B=21.78%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1762551200.3100.53095.1110073.53
HexB0FF781F03505f644a
Octal260377170370650137144112
Binary101100001111111111110001111101101010101111111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FF78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FF78; }

 p { color: rgb(176,255,120); }

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

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

 a { background-color: rgb(176,255,120); }

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

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

 span { border-color: rgb(176,255,120); }

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