#B9F48D

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

Shades of Sulu #B9F48D

Tints of Sulu #B9F48D

Color information

#B9F48D (or 0xB9F48D) is unknown color: approx Sulu. HEX triplet: B9, F4 and 8D. RGB value is (185,244,141). Sum of RGB (Red+Green+Blue) = 185+244+141=570 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.46% from 570); Green value is 244 (95.70% from 255 or 42.81% from 570); Blue value is 141 (55.47% from 255 or 24.74% from 570); Max value from RGB is 244 - color contains mainly: green. Hex color #B9F48D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B9F48D is #460B72. Grayscale: #D6D6D6. Windows color (decimal): -4590451 or 9303225. OLE color: 9303225.

HSL color Cylindrical-coordinate representation of color #B9F48D: hue angle of 94.37º 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 #B9F48D is Cyan = 0.24, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB185244141-
CMYK0.2400.420.04
HSL94.37º82.4%75.49%-
HSV(B)94.37º42.21%95.69%-
XYZ57.1776.9437.04-
YUV214.6286.45106.88-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.46%
GREEN value IS 244 (95.70% from 255) = 42.81%
BLUE value IS 141 (55.47% from 255) = 24.74%
R=32.46%
G=42.81%
B=24.74%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1852441410.2400.420.0494.3782.475.49
HexB9F48D1802A45e524b
Octal271364215300524136122113
Binary101110011111010010001101110000101010100101111010100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9F48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9F48D; }

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

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

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

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

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

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

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

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