#BDE46F

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

Shades of Sulu #BDE46F

Tints of Sulu #BDE46F

Color information

#BDE46F (or 0xBDE46F) is unknown color: approx Sulu. HEX triplet: BD, E4 and 6F. RGB value is (189,228,111). Sum of RGB (Red+Green+Blue) = 189+228+111=528 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.80% from 528); Green value is 228 (89.45% from 255 or 43.18% from 528); Blue value is 111 (43.75% from 255 or 21.02% from 528); Max value from RGB is 228 - color contains mainly: green. Hex color #BDE46F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE46F is #421B90. Grayscale: #CBCBCB. Windows color (decimal): -4332433 or 7333053. OLE color: 7333053.

HSL color Cylindrical-coordinate representation of color #BDE46F: hue angle of 80º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BDE46F is Cyan = 0.17, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.

Color convert

RGB189228111-
CMYK0.1700.510.11
HSL80º68.42%66.47%-
HSV(B)80º51.32%89.41%-
XYZ51.667.4525.34-
YUV20376.08118.01-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.80%
GREEN value IS 228 (89.45% from 255) = 43.18%
BLUE value IS 111 (43.75% from 255) = 21.02%
R=35.80%
G=43.18%
B=21.02%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1892281110.1700.510.118068.4266.47
HexBDE46F11033B504442
Octal2753441572106313120104102
Binary101111011110010011011111000101100111011101000010001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE46F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE46F; }

 p { color: rgb(189,228,111); }

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

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

 a { background-color: rgb(189,228,111); }

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

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

 span { border-color: rgb(189,228,111); }

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