#B0FF6C

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

Shades of Sulu #B0FF6C

Tints of Sulu #B0FF6C

Color information

#B0FF6C (or 0xB0FF6C) is unknown color: approx Sulu. HEX triplet: B0, FF and 6C. RGB value is (176,255,108). Sum of RGB (Red+Green+Blue) = 176+255+108=539 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.65% from 539); Green value is 255 (100% from 255 or 47.31% from 539); Blue value is 108 (42.58% from 255 or 20.04% from 539); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FF6C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0FF6C is #4F0093. Grayscale: #D7D7D7. Windows color (decimal): -5177492 or 7143344. OLE color: 7143344.

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

Color convert

RGB176255108-
CMYK0.3100.580
HSL92.24º100%71.18%-
HSV(B)92.24º57.65%100%-
XYZ56.3781.8327.01-
YUV214.6267.83100.45-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.65%
GREEN value IS 255 (100% from 255) = 47.31%
BLUE value IS 108 (42.58% from 255) = 20.04%
R=32.65%
G=47.31%
B=20.04%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1762551080.3100.58092.2410071.18
HexB0FF6C1F03A05c6447
Octal260377154370720134144107
Binary101100001111111111011001111101110100101110011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FF6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FF6C; }

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

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

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

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

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

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

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

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