#BDFD73

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

Shades of Sulu #BDFD73

Tints of Sulu #BDFD73

Color information

#BDFD73 (or 0xBDFD73) is unknown color: approx Sulu. HEX triplet: BD, FD and 73. RGB value is (189,253,115). Sum of RGB (Red+Green+Blue) = 189+253+115=557 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.93% from 557); Green value is 253 (99.22% from 255 or 45.42% from 557); Blue value is 115 (45.31% from 255 or 20.65% from 557); Max value from RGB is 253 - color contains mainly: green. Hex color #BDFD73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDFD73 is #42028C. Grayscale: #DADADA. Windows color (decimal): -4326029 or 7601597. OLE color: 7601597.

HSL color Cylindrical-coordinate representation of color #BDFD73: hue angle of 87.83º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BDFD73 is Cyan = 0.25, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.01.

Color convert

RGB189253115-
CMYK0.2500.550.01
HSL87.83º97.18%72.16%-
HSV(B)87.83º54.55%99.22%-
XYZ59.2182.3128.99-
YUV218.1369.8107.22-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.93%
GREEN value IS 253 (99.22% from 255) = 45.42%
BLUE value IS 115 (45.31% from 255) = 20.65%
R=33.93%
G=45.42%
B=20.65%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1892531150.2500.550.0187.8397.1872.16
HexBDFD73190371586148
Octal275375163310671130141110
Binary101111011111110111100111100101101111101100011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFD73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFD73; }

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

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

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

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

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

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

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

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