#BDF579

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

Shades of Sulu #BDF579

Tints of Sulu #BDF579

Color information

#BDF579 (or 0xBDF579) is unknown color: approx Sulu. HEX triplet: BD, F5 and 79. RGB value is (189,245,121). Sum of RGB (Red+Green+Blue) = 189+245+121=555 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.05% from 555); Green value is 245 (96.09% from 255 or 44.14% from 555); Blue value is 121 (47.66% from 255 or 21.80% from 555); Max value from RGB is 245 - color contains mainly: green. Hex color #BDF579 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF579 is #420A86. Grayscale: #D6D6D6. Windows color (decimal): -4328071 or 7992765. OLE color: 7992765.

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

Color convert

RGB189245121-
CMYK0.2300.510.04
HSL87.1º86.11%71.76%-
HSV(B)87.1º50.61%96.08%-
XYZ57.0977.530.04-
YUV214.1275.45110.08-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.05%
GREEN value IS 245 (96.09% from 255) = 44.14%
BLUE value IS 121 (47.66% from 255) = 21.80%
R=34.05%
G=44.14%
B=21.80%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1892451210.2300.510.0487.186.1171.76
HexBDF579170334575648
Octal275365171270634127126110
Binary10111101111101011111001101110110011100101011110101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF579; }

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

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

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

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

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

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

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

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