#B4FE84

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

Shades of Sulu #B4FE84

Tints of Sulu #B4FE84

Color information

#B4FE84 (or 0xB4FE84) is unknown color: approx Sulu. HEX triplet: B4, FE and 84. RGB value is (180,254,132). Sum of RGB (Red+Green+Blue) = 180+254+132=566 (74% of max value = 765). Red value is 180 (70.70% from 255 or 31.80% from 566); Green value is 254 (99.61% from 255 or 44.88% from 566); Blue value is 132 (51.95% from 255 or 23.32% from 566); Max value from RGB is 254 - color contains mainly: green. Hex color #B4FE84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B4FE84 is #4B017B. Grayscale: #DADADA. Windows color (decimal): -4915580 or 8715956. OLE color: 8715956.

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

Color convert

RGB180254132-
CMYK0.2900.480.00
HSL96.39º98.39%75.69%-
HSV(B)96.39º48.03%99.61%-
XYZ58.4382.2534.63-
YUV217.9779.48100.92-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.80%
GREEN value IS 254 (99.61% from 255) = 44.88%
BLUE value IS 132 (51.95% from 255) = 23.32%
R=31.80%
G=44.88%
B=23.32%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1802541320.2900.480.0096.3998.3975.69
HexB4FE841D030060624c
Octal264376204350600140142114
Binary1011010011111110100001001110101100000110000011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FE84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FE84; }

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

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

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

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

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

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

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

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