#B4F286

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

Shades of Sulu #B4F286

Tints of Sulu #B4F286

Color information

#B4F286 (or 0xB4F286) is unknown color: approx Sulu. HEX triplet: B4, F2 and 86. RGB value is (180,242,134). Sum of RGB (Red+Green+Blue) = 180+242+134=556 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.37% from 556); Green value is 242 (94.92% from 255 or 43.53% from 556); Blue value is 134 (52.73% from 255 or 24.10% from 556); Max value from RGB is 242 - color contains mainly: green. Hex color #B4F286 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B4F286 is #4B0D79. Grayscale: #D3D3D3. Windows color (decimal): -4918650 or 8843956. OLE color: 8843956.

HSL color Cylindrical-coordinate representation of color #B4F286: hue angle of 94.44º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B4F286 is Cyan = 0.26, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB180242134-
CMYK0.2600.450.05
HSL94.44º80.6%73.73%-
HSV(B)94.44º44.63%94.9%-
XYZ54.8874.9334.12-
YUV211.1584.46105.78-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.37%
GREEN value IS 242 (94.92% from 255) = 43.53%
BLUE value IS 134 (52.73% from 255) = 24.10%
R=32.37%
G=43.53%
B=24.10%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1802421340.2600.450.0594.4480.673.73
HexB4F2861A02D55e514a
Octal264362206320555136121112
Binary101101001111001010000110110100101101101101111010100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4F286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4F286; }

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

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

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

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

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

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

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

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