#B4FE86

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

Shades of Sulu #B4FE86

Tints of Sulu #B4FE86

Color information

#B4FE86 (or 0xB4FE86) is unknown color: approx Sulu. HEX triplet: B4, FE and 86. RGB value is (180,254,134). Sum of RGB (Red+Green+Blue) = 180+254+134=568 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.69% from 568); Green value is 254 (99.61% from 255 or 44.72% from 568); Blue value is 134 (52.73% from 255 or 23.59% from 568); Max value from RGB is 254 - color contains mainly: green. Hex color #B4FE86 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B4FE86 is #4B0179. Grayscale: #DADADA. Windows color (decimal): -4915578 or 8847028. OLE color: 8847028.

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

Color convert

RGB180254134-
CMYK0.2900.470.00
HSL97º98.36%76.08%-
HSV(B)97º47.24%99.61%-
XYZ58.5782.3135.35-
YUV218.1980.48100.76-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.69%
GREEN value IS 254 (99.61% from 255) = 44.72%
BLUE value IS 134 (52.73% from 255) = 23.59%
R=31.69%
G=44.72%
B=23.59%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1802541340.2900.470.009798.3676.08
HexB4FE861D02F061624c
Octal264376206350570141142114
Binary1011010011111110100001101110101011110110000111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FE86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FE86; }

 p { color: rgb(180,254,134); }

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

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

 a { background-color: rgb(180,254,134); }

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

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

 span { border-color: rgb(180,254,134); }

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