#B4F47C

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

Shades of Sulu #B4F47C

Tints of Sulu #B4F47C

Color information

#B4F47C (or 0xB4F47C) is unknown color: approx Sulu. HEX triplet: B4, F4 and 7C. RGB value is (180,244,124). Sum of RGB (Red+Green+Blue) = 180+244+124=548 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.85% from 548); Green value is 244 (95.70% from 255 or 44.53% from 548); Blue value is 124 (48.83% from 255 or 22.63% from 548); Max value from RGB is 244 - color contains mainly: green. Hex color #B4F47C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4F47C is #4B0B83. Grayscale: #D3D3D3. Windows color (decimal): -4918148 or 8189108. OLE color: 8189108.

HSL color Cylindrical-coordinate representation of color #B4F47C: hue angle of 92º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B4F47C is Cyan = 0.26, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.04.

Color convert

RGB180244124-
CMYK0.2600.490.04
HSL92º84.51%72.16%-
HSV(B)92º49.18%95.69%-
XYZ54.8175.8630.82-
YUV211.1878.8105.76-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.85%
GREEN value IS 244 (95.70% from 255) = 44.53%
BLUE value IS 124 (48.83% from 255) = 22.63%
R=32.85%
G=44.53%
B=22.63%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1802441240.2600.490.049284.5172.16
HexB4F47C1A03145c5548
Octal264364174320614134125110
Binary10110100111101001111100110100110001100101110010101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4F47C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4F47C; }

 p { color: rgb(180,244,124); }

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

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

 a { background-color: rgb(180,244,124); }

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

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

 span { border-color: rgb(180,244,124); }

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