#BDF572

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

Shades of Sulu #BDF572

Tints of Sulu #BDF572

Color information

#BDF572 (or 0xBDF572) is unknown color: approx Sulu. HEX triplet: BD, F5 and 72. RGB value is (189,245,114). Sum of RGB (Red+Green+Blue) = 189+245+114=548 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.49% from 548); Green value is 245 (96.09% from 255 or 44.71% from 548); Blue value is 114 (44.92% from 255 or 20.80% from 548); Max value from RGB is 245 - color contains mainly: green. Hex color #BDF572 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF572 is #420A8D. Grayscale: #D5D5D5. Windows color (decimal): -4328078 or 7534013. OLE color: 7534013.

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

Color convert

RGB189245114-
CMYK0.2300.530.04
HSL85.65º86.75%70.39%-
HSV(B)85.65º53.47%96.08%-
XYZ56.6877.3427.86-
YUV213.3271.95110.65-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.49%
GREEN value IS 245 (96.09% from 255) = 44.71%
BLUE value IS 114 (44.92% from 255) = 20.80%
R=34.49%
G=44.71%
B=20.80%

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
Decimal1892451140.2300.530.0485.6586.7570.39
HexBDF572170354565746
Octal275365162270654126127106
Binary10111101111101011110010101110110101100101011010101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF572; }

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

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

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

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

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

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

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

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