#B4FC8A

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

Shades of Sulu #B4FC8A

Tints of Sulu #B4FC8A

Color information

#B4FC8A (or 0xB4FC8A) is unknown color: approx Sulu. HEX triplet: B4, FC and 8A. RGB value is (180,252,138). Sum of RGB (Red+Green+Blue) = 180+252+138=570 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.58% from 570); Green value is 252 (98.83% from 255 or 44.21% from 570); Blue value is 138 (54.30% from 255 or 24.21% from 570); Max value from RGB is 252 - color contains mainly: green. Hex color #B4FC8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B4FC8A is #4B0375. Grayscale: #D9D9D9. Windows color (decimal): -4916086 or 9108660. OLE color: 9108660.

HSL color Cylindrical-coordinate representation of color #B4FC8A: hue angle of 97.89º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B4FC8A is Cyan = 0.29, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.01.

Color convert

RGB180252138-
CMYK0.2900.450.01
HSL97.89º95%76.47%-
HSV(B)97.89º45.24%98.82%-
XYZ58.2281.1636.64-
YUV217.4883.15101.27-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.58%
GREEN value IS 252 (98.83% from 255) = 44.21%
BLUE value IS 138 (54.30% from 255) = 24.21%
R=31.58%
G=44.21%
B=24.21%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1802521380.2900.450.0197.899576.47
HexB4FC8A1D02D1625f4c
Octal264374212350551142137114
Binary1011010011111100100010101110101011011110001010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FC8A; }

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

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

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

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

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

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

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

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