#B0FF69

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

Shades of Sulu #B0FF69

Tints of Sulu #B0FF69

Color information

#B0FF69 (or 0xB0FF69) is unknown color: approx Sulu. HEX triplet: B0, FF and 69. RGB value is (176,255,105). Sum of RGB (Red+Green+Blue) = 176+255+105=536 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.84% from 536); Green value is 255 (100% from 255 or 47.57% from 536); Blue value is 105 (41.41% from 255 or 19.59% from 536); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FF69 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0FF69 is #4F0096. Grayscale: #D6D6D6. Windows color (decimal): -5177495 or 6946736. OLE color: 6946736.

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

Color convert

RGB176255105-
CMYK0.3100.590
HSL91.6º100%70.59%-
HSV(B)91.6º58.82%100%-
XYZ56.2181.7726.18-
YUV214.2866.33100.7-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.84%
GREEN value IS 255 (100% from 255) = 47.57%
BLUE value IS 105 (41.41% from 255) = 19.59%
R=32.84%
G=47.57%
B=19.59%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1762551050.3100.59091.610070.59
HexB0FF691F03B05c6447
Octal260377151370730134144107
Binary101100001111111111010011111101110110101110011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FF69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FF69; }

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

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

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

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

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

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

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

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