#B5F48D

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

Shades of Sulu #B5F48D

Tints of Sulu #B5F48D

Color information

#B5F48D (or 0xB5F48D) is unknown color: approx Sulu. HEX triplet: B5, F4 and 8D. RGB value is (181,244,141). Sum of RGB (Red+Green+Blue) = 181+244+141=566 (74% of max value = 765). Red value is 181 (71.09% from 255 or 31.98% from 566); Green value is 244 (95.70% from 255 or 43.11% from 566); Blue value is 141 (55.47% from 255 or 24.91% from 566); Max value from RGB is 244 - color contains mainly: green. Hex color #B5F48D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B5F48D is #4A0B72. Grayscale: #D5D5D5. Windows color (decimal): -4852595 or 9303221. OLE color: 9303221.

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

Color convert

RGB181244141-
CMYK0.2600.420.04
HSL96.7º82.4%75.49%-
HSV(B)96.7º42.21%95.69%-
XYZ56.2176.4536.99-
YUV213.4287.13104.88-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.98%
GREEN value IS 244 (95.70% from 255) = 43.11%
BLUE value IS 141 (55.47% from 255) = 24.91%
R=31.98%
G=43.11%
B=24.91%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1812441410.2600.420.0496.782.475.49
HexB5F48D1A02A461524b
Octal265364215320524141122113
Binary101101011111010010001101110100101010100110000110100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5F48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5F48D; }

 p { color: rgb(181,244,141); }

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

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

 a { background-color: rgb(181,244,141); }

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

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

 span { border-color: rgb(181,244,141); }

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