#B4FE8C

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

Shades of Sulu #B4FE8C

Tints of Sulu #B4FE8C

Color information

#B4FE8C (or 0xB4FE8C) is unknown color: approx Sulu. HEX triplet: B4, FE and 8C. RGB value is (180,254,140). Sum of RGB (Red+Green+Blue) = 180+254+140=574 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.36% from 574); Green value is 254 (99.61% from 255 or 44.25% from 574); Blue value is 140 (55.08% from 255 or 24.39% from 574); Max value from RGB is 254 - color contains mainly: green. Hex color #B4FE8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B4FE8C is #4B0173. Grayscale: #DBDBDB. Windows color (decimal): -4915572 or 9240244. OLE color: 9240244.

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

Color convert

RGB180254140-
CMYK0.2900.450.00
HSL98.95º98.28%77.25%-
HSV(B)98.95º44.88%99.61%-
XYZ5982.4837.62-
YUV218.8883.48100.27-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.36%
GREEN value IS 254 (99.61% from 255) = 44.25%
BLUE value IS 140 (55.08% from 255) = 24.39%
R=31.36%
G=44.25%
B=24.39%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1802541400.2900.450.0098.9598.2877.25
HexB4FE8C1D02D063624d
Octal264376214350550143142115
Binary1011010011111110100011001110101011010110001111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FE8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FE8C; }

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

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

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

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

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

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

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

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