#BDE07B

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

Shades of Sulu #BDE07B

Tints of Sulu #BDE07B

Color information

#BDE07B (or 0xBDE07B) is unknown color: approx Sulu. HEX triplet: BD, E0 and 7B. RGB value is (189,224,123). Sum of RGB (Red+Green+Blue) = 189+224+123=536 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.26% from 536); Green value is 224 (87.89% from 255 or 41.79% from 536); Blue value is 123 (48.44% from 255 or 22.95% from 536); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE07B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE07B is #421F84. Grayscale: #CACACA. Windows color (decimal): -4333445 or 8118461. OLE color: 8118461.

HSL color Cylindrical-coordinate representation of color #BDE07B: hue angle of 80.79º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BDE07B is Cyan = 0.16, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.12.

Color convert

RGB189224123-
CMYK0.1600.450.12
HSL80.79º61.96%68.04%-
HSV(B)80.79º45.09%87.84%-
XYZ51.2265.5628.69-
YUV202.0283.4118.71-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.26%
GREEN value IS 224 (87.89% from 255) = 41.79%
BLUE value IS 123 (48.44% from 255) = 22.95%
R=35.26%
G=41.79%
B=22.95%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1892241230.1600.450.1280.7961.9668.04
HexBDE07B1002DC513e44
Octal275340173200551412176104
Binary10111101111000001111011100000101101110010100011111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE07B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE07B; }

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

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

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

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

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

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

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

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