#BDFA73

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

Shades of Sulu #BDFA73

Tints of Sulu #BDFA73

Color information

#BDFA73 (or 0xBDFA73) is unknown color: approx Sulu. HEX triplet: BD, FA and 73. RGB value is (189,250,115). Sum of RGB (Red+Green+Blue) = 189+250+115=554 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.12% from 554); Green value is 250 (98.05% from 255 or 45.13% from 554); Blue value is 115 (45.31% from 255 or 20.76% from 554); Max value from RGB is 250 - color contains mainly: green. Hex color #BDFA73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDFA73 is #42058C. Grayscale: #D8D8D8. Windows color (decimal): -4326797 or 7600829. OLE color: 7600829.

HSL color Cylindrical-coordinate representation of color #BDFA73: hue angle of 87.11º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BDFA73 is Cyan = 0.24, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.

Color convert

RGB189250115-
CMYK0.2400.540.02
HSL87.11º93.1%71.57%-
HSV(B)87.11º54%98.04%-
XYZ58.2780.4328.67-
YUV216.3770.79108.48-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.12%
GREEN value IS 250 (98.05% from 255) = 45.13%
BLUE value IS 115 (45.31% from 255) = 20.76%
R=34.12%
G=45.13%
B=20.76%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892501150.2400.540.0287.1193.171.57
HexBDFA73180362575d48
Octal275372163300662127135110
Binary1011110111111010111001111000011011010101011110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFA73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFA73; }

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

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

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

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

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

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

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

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