#BDE47B

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

Shades of Sulu #BDE47B

Tints of Sulu #BDE47B

Color information

#BDE47B (or 0xBDE47B) is unknown color: approx Sulu. HEX triplet: BD, E4 and 7B. RGB value is (189,228,123). Sum of RGB (Red+Green+Blue) = 189+228+123=540 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35% from 540); Green value is 228 (89.45% from 255 or 42.22% from 540); Blue value is 123 (48.44% from 255 or 22.78% from 540); Max value from RGB is 228 - color contains mainly: green. Hex color #BDE47B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE47B is #421B84. Grayscale: #CCCCCC. Windows color (decimal): -4332421 or 8119485. OLE color: 8119485.

HSL color Cylindrical-coordinate representation of color #BDE47B: hue angle of 82.29º 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 #BDE47B is Cyan = 0.17, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.

Color convert

RGB189228123-
CMYK0.1700.460.11
HSL82.29º66.04%68.82%-
HSV(B)82.29º46.05%89.41%-
XYZ52.367.7429.06-
YUV204.3782.08117.04-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35%
GREEN value IS 228 (89.45% from 255) = 42.22%
BLUE value IS 123 (48.44% from 255) = 22.78%
R=35%
G=42.22%
B=22.78%

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
Decimal1892281230.1700.460.1182.2966.0468.82
HexBDE47B1102EB524245
Octal2753441732105613122102105
Binary101111011110010011110111000101011101011101001010000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE47B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE47B; }

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

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

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

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

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

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

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

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