#B5FF76

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

Shades of Sulu #B5FF76

Tints of Sulu #B5FF76

Color information

#B5FF76 (or 0xB5FF76) is unknown color: approx Sulu. HEX triplet: B5, FF and 76. RGB value is (181,255,118). Sum of RGB (Red+Green+Blue) = 181+255+118=554 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.67% from 554); Green value is 255 (100% from 255 or 46.03% from 554); Blue value is 118 (46.48% from 255 or 21.30% from 554); Max value from RGB is 255 - color contains mainly: green. Hex color #B5FF76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5FF76 is #4A0089. Grayscale: #D9D9D9. Windows color (decimal): -4849802 or 7798709. OLE color: 7798709.

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

Color convert

RGB181255118-
CMYK0.2900.540
HSL92.41º100%73.14%-
HSV(B)92.41º53.73%100%-
XYZ58.0982.6530.03-
YUV217.2671.98102.14-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.67%
GREEN value IS 255 (100% from 255) = 46.03%
BLUE value IS 118 (46.48% from 255) = 21.30%
R=32.67%
G=46.03%
B=21.30%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1812551180.2900.54092.4110073.14
HexB5FF761D03605c6449
Octal265377166350660134144111
Binary101101011111111111101101110101101100101110011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5FF76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5FF76; }

 p { color: rgb(181,255,118); }

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

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

 a { background-color: rgb(181,255,118); }

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

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

 span { border-color: rgb(181,255,118); }

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