#B4FF80

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

Shades of Sulu #B4FF80

Tints of Sulu #B4FF80

Color information

#B4FF80 (or 0xB4FF80) is unknown color: approx Sulu. HEX triplet: B4, FF and 80. RGB value is (180,255,128). Sum of RGB (Red+Green+Blue) = 180+255+128=563 (74% of max value = 765). Red value is 180 (70.70% from 255 or 31.97% from 563); Green value is 255 (100% from 255 or 45.29% from 563); Blue value is 128 (50.39% from 255 or 22.74% from 563); Max value from RGB is 255 - color contains mainly: green. Hex color #B4FF80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B4FF80 is #4B007F. Grayscale: #DADADA. Windows color (decimal): -4915328 or 8454068. OLE color: 8454068.

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

Color convert

RGB180255128-
CMYK0.2900.500
HSL95.43º100%75.1%-
HSV(B)95.43º49.8%100%-
XYZ58.4882.7833.32-
YUV218.177.15100.83-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.97%
GREEN value IS 255 (100% from 255) = 45.29%
BLUE value IS 128 (50.39% from 255) = 22.74%
R=31.97%
G=45.29%
B=22.74%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1802551280.2900.50095.4310075.1
HexB4FF801D03205f644b
Octal264377200350620137144113
Binary1011010011111111100000001110101100100101111111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FF80; }

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

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

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

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

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

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

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

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