#BDD57E

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

Shades of Sulu #BDD57E

Tints of Sulu #BDD57E

Color information

#BDD57E (or 0xBDD57E) is unknown color: approx Sulu. HEX triplet: BD, D5 and 7E. RGB value is (189,213,126). Sum of RGB (Red+Green+Blue) = 189+213+126=528 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.80% from 528); Green value is 213 (83.59% from 255 or 40.34% from 528); Blue value is 126 (49.61% from 255 or 23.86% from 528); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD57E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD57E is #422A81. Grayscale: #C4C4C4. Windows color (decimal): -4336258 or 8312253. OLE color: 8312253.

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

Color convert

RGB189213126-
CMYK0.1100.410.16
HSL76.55º50.88%66.47%-
HSV(B)76.55º40.85%83.53%-
XYZ48.5559.9128.74-
YUV195.9188.55123.07-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.80%
GREEN value IS 213 (83.59% from 255) = 40.34%
BLUE value IS 126 (49.61% from 255) = 23.86%
R=35.80%
G=40.34%
B=23.86%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1892131260.1100.410.1676.5550.8866.47
HexBDD57EB029104d3342
Octal275325176130512011563102
Binary10111101110101011111110101101010011000010011011100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD57E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD57E; }

 p { color: rgb(189,213,126); }

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

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

 a { background-color: rgb(189,213,126); }

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

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

 span { border-color: rgb(189,213,126); }

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