#BDF591

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

Shades of Sulu #BDF591

Tints of Sulu #BDF591

Color information

#BDF591 (or 0xBDF591) is unknown color: approx Sulu. HEX triplet: BD, F5 and 91. RGB value is (189,245,145). Sum of RGB (Red+Green+Blue) = 189+245+145=579 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.64% from 579); Green value is 245 (96.09% from 255 or 42.31% from 579); Blue value is 145 (57.03% from 255 or 25.04% from 579); Max value from RGB is 245 - color contains mainly: green. Hex color #BDF591 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF591 is #420A6E. Grayscale: #D9D9D9. Windows color (decimal): -4328047 or 9565629. OLE color: 9565629.

HSL color Cylindrical-coordinate representation of color #BDF591: hue angle of 93.6º degrees, saturation: 0.83, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BDF591 is Cyan = 0.23, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.04.

Color convert

RGB189245145-
CMYK0.2300.410.04
HSL93.6º83.33%76.47%-
HSV(B)93.6º40.82%96.08%-
XYZ58.7578.1738.78-
YUV216.8687.45108.13-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.64%
GREEN value IS 245 (96.09% from 255) = 42.31%
BLUE value IS 145 (57.03% from 255) = 25.04%
R=32.64%
G=42.31%
B=25.04%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1892451450.2300.410.0493.683.3376.47
HexBDF5911702945e534c
Octal275365221270514136123114
Binary101111011111010110010001101110101001100101111010100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF591; }

 p { color: rgb(189,245,145); }

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

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

 a { background-color: rgb(189,245,145); }

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

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

 span { border-color: rgb(189,245,145); }

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