#BED57E

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

Shades of Sulu #BED57E

Tints of Sulu #BED57E

Color information

#BED57E (or 0xBED57E) is unknown color: approx Sulu. HEX triplet: BE, D5 and 7E. RGB value is (190,213,126). Sum of RGB (Red+Green+Blue) = 190+213+126=529 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.92% from 529); Green value is 213 (83.59% from 255 or 40.26% from 529); Blue value is 126 (49.61% from 255 or 23.82% from 529); Max value from RGB is 213 - color contains mainly: green. Hex color #BED57E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED57E is #412A81. Grayscale: #C4C4C4. Windows color (decimal): -4270722 or 8312254. OLE color: 8312254.

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

Color convert

RGB190213126-
CMYK0.1100.410.16
HSL75.86º50.88%66.47%-
HSV(B)75.86º40.85%83.53%-
XYZ48.860.0428.76-
YUV196.288.38123.57-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.92%
GREEN value IS 213 (83.59% from 255) = 40.26%
BLUE value IS 126 (49.61% from 255) = 23.82%
R=35.92%
G=40.26%
B=23.82%

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
Decimal1902131260.1100.410.1675.8650.8866.47
HexBED57EB029104c3342
Octal276325176130512011463102
Binary10111110110101011111110101101010011000010011001100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED57E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED57E; }

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

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

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

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

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

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

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

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