#BDF573

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

Shades of Sulu #BDF573

Tints of Sulu #BDF573

Color information

#BDF573 (or 0xBDF573) is unknown color: approx Sulu. HEX triplet: BD, F5 and 73. RGB value is (189,245,115). Sum of RGB (Red+Green+Blue) = 189+245+115=549 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.43% from 549); Green value is 245 (96.09% from 255 or 44.63% from 549); Blue value is 115 (45.31% from 255 or 20.95% from 549); Max value from RGB is 245 - color contains mainly: green. Hex color #BDF573 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF573 is #420A8C. Grayscale: #D5D5D5. Windows color (decimal): -4328077 or 7599549. OLE color: 7599549.

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

Color convert

RGB189245115-
CMYK0.2300.530.04
HSL85.85º86.67%70.59%-
HSV(B)85.85º53.06%96.08%-
XYZ56.7377.3628.16-
YUV213.4472.45110.57-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.43%
GREEN value IS 245 (96.09% from 255) = 44.63%
BLUE value IS 115 (45.31% from 255) = 20.95%
R=34.43%
G=44.63%
B=20.95%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1892451150.2300.530.0485.8586.6770.59
HexBDF573170354565747
Octal275365163270654126127107
Binary10111101111101011110011101110110101100101011010101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF573; }

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

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

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

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

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

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

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

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