#B4FB8A

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

Shades of Sulu #B4FB8A

Tints of Sulu #B4FB8A

Color information

#B4FB8A (or 0xB4FB8A) is unknown color: approx Sulu. HEX triplet: B4, FB and 8A. RGB value is (180,251,138). Sum of RGB (Red+Green+Blue) = 180+251+138=569 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.63% from 569); Green value is 251 (98.44% from 255 or 44.11% from 569); Blue value is 138 (54.30% from 255 or 24.25% from 569); Max value from RGB is 251 - color contains mainly: green. Hex color #B4FB8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B4FB8A is #4B0475. Grayscale: #D9D9D9. Windows color (decimal): -4916342 or 9108404. OLE color: 9108404.

HSL color Cylindrical-coordinate representation of color #B4FB8A: hue angle of 97.7º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B4FB8A is Cyan = 0.28, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB180251138-
CMYK0.2800.450.02
HSL97.7º93.39%76.27%-
HSV(B)97.7º45.02%98.43%-
XYZ57.9180.5336.54-
YUV216.8983.48101.69-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.63%
GREEN value IS 251 (98.44% from 255) = 44.11%
BLUE value IS 138 (54.30% from 255) = 24.25%
R=31.63%
G=44.11%
B=24.25%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1802511380.2800.450.0297.793.3976.27
HexB4FB8A1C02D2625d4c
Octal264373212340552142135114
Binary10110100111110111000101011100010110110110001010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FB8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FB8A; }

 p { color: rgb(180,251,138); }

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

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

 a { background-color: rgb(180,251,138); }

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

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

 span { border-color: rgb(180,251,138); }

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