#BDE47A

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

Shades of Sulu #BDE47A

Tints of Sulu #BDE47A

Color information

#BDE47A (or 0xBDE47A) is unknown color: approx Sulu. HEX triplet: BD, E4 and 7A. RGB value is (189,228,122). Sum of RGB (Red+Green+Blue) = 189+228+122=539 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.06% from 539); Green value is 228 (89.45% from 255 or 42.30% from 539); Blue value is 122 (48.05% from 255 or 22.63% from 539); Max value from RGB is 228 - color contains mainly: green. Hex color #BDE47A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE47A is #421B85. Grayscale: #CCCCCC. Windows color (decimal): -4332422 or 8053949. OLE color: 8053949.

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

Color convert

RGB189228122-
CMYK0.1700.460.11
HSL82.08º66.25%68.63%-
HSV(B)82.08º46.49%89.41%-
XYZ52.2467.7128.73-
YUV204.2681.58117.12-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.06%
GREEN value IS 228 (89.45% from 255) = 42.30%
BLUE value IS 122 (48.05% from 255) = 22.63%
R=35.06%
G=42.30%
B=22.63%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1892281220.1700.460.1182.0866.2568.63
HexBDE47A1102EB524245
Octal2753441722105613122102105
Binary101111011110010011110101000101011101011101001010000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE47A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE47A; }

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

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

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

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

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

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

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

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