#BDE37D

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

Shades of Sulu #BDE37D

Tints of Sulu #BDE37D

Color information

#BDE37D (or 0xBDE37D) is unknown color: approx Sulu. HEX triplet: BD, E3 and 7D. RGB value is (189,227,125). Sum of RGB (Red+Green+Blue) = 189+227+125=541 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.94% from 541); Green value is 227 (89.06% from 255 or 41.96% from 541); Blue value is 125 (49.22% from 255 or 23.11% from 541); Max value from RGB is 227 - color contains mainly: green. Hex color #BDE37D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE37D is #421C82. Grayscale: #CCCCCC. Windows color (decimal): -4332675 or 8250301. OLE color: 8250301.

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

Color convert

RGB189227125-
CMYK0.1700.450.11
HSL82.35º64.56%69.02%-
HSV(B)82.35º44.93%89.02%-
XYZ52.1667.2429.63-
YUV204.0183.41117.29-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.94%
GREEN value IS 227 (89.06% from 255) = 41.96%
BLUE value IS 125 (49.22% from 255) = 23.11%
R=34.94%
G=41.96%
B=23.11%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1892271250.1700.450.1182.3564.5669.02
HexBDE37D1102DB524145
Octal2753431752105513122101105
Binary101111011110001111111011000101011011011101001010000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE37D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE37D; }

 p { color: rgb(189,227,125); }

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

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

 a { background-color: rgb(189,227,125); }

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

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

 span { border-color: rgb(189,227,125); }

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