#B4FF76

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

Shades of Sulu #B4FF76

Tints of Sulu #B4FF76

Color information

#B4FF76 (or 0xB4FF76) is unknown color: approx Sulu. HEX triplet: B4, FF and 76. RGB value is (180,255,118). Sum of RGB (Red+Green+Blue) = 180+255+118=553 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.55% from 553); Green value is 255 (100% from 255 or 46.11% from 553); Blue value is 118 (46.48% from 255 or 21.34% from 553); Max value from RGB is 255 - color contains mainly: green. Hex color #B4FF76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4FF76 is #4B0089. Grayscale: #D9D9D9. Windows color (decimal): -4915338 or 7798708. OLE color: 7798708.

HSL color Cylindrical-coordinate representation of color #B4FF76: hue angle of 92.85º 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 #B4FF76 is Cyan = 0.29, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.

Color convert

RGB180255118-
CMYK0.2900.540
HSL92.85º100%73.14%-
HSV(B)92.85º53.73%100%-
XYZ57.8582.5330.02-
YUV216.9672.15101.64-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.55%
GREEN value IS 255 (100% from 255) = 46.11%
BLUE value IS 118 (46.48% from 255) = 21.34%
R=32.55%
G=46.11%
B=21.34%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1802551180.2900.54092.8510073.14
HexB4FF761D03605d6449
Octal264377166350660135144111
Binary101101001111111111101101110101101100101110111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FF76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FF76; }

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

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

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

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

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

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

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

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