#BDEC73

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

Shades of Sulu #BDEC73

Tints of Sulu #BDEC73

Color information

#BDEC73 (or 0xBDEC73) is unknown color: approx Sulu. HEX triplet: BD, EC and 73. RGB value is (189,236,115). Sum of RGB (Red+Green+Blue) = 189+236+115=540 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35% from 540); Green value is 236 (92.58% from 255 or 43.70% from 540); Blue value is 115 (45.31% from 255 or 21.30% from 540); Max value from RGB is 236 - color contains mainly: green. Hex color #BDEC73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDEC73 is #42138C. Grayscale: #D0D0D0. Windows color (decimal): -4330381 or 7597245. OLE color: 7597245.

HSL color Cylindrical-coordinate representation of color #BDEC73: hue angle of 83.31º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BDEC73 is Cyan = 0.20, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB189236115-
CMYK0.2000.510.07
HSL83.31º76.1%68.82%-
HSV(B)83.31º51.27%92.55%-
XYZ54.0872.0527.28-
YUV208.1575.43114.34-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35%
GREEN value IS 236 (92.58% from 255) = 43.70%
BLUE value IS 115 (45.31% from 255) = 21.30%
R=35%
G=43.70%
B=21.30%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1892361150.2000.510.0783.3176.168.82
HexBDEC73140337534c45
Octal275354163240637123114105
Binary10111101111011001110011101000110011111101001110011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEC73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEC73; }

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

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

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

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

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

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

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

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