#BEDA7F

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

Shades of Sulu #BEDA7F

Tints of Sulu #BEDA7F

Color information

#BEDA7F (or 0xBEDA7F) is unknown color: approx Sulu. HEX triplet: BE, DA and 7F. RGB value is (190,218,127). Sum of RGB (Red+Green+Blue) = 190+218+127=535 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.51% from 535); Green value is 218 (85.55% from 255 or 40.75% from 535); Blue value is 127 (50% from 255 or 23.74% from 535); Max value from RGB is 218 - color contains mainly: green. Hex color #BEDA7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDA7F is #412580. Grayscale: #C7C7C7. Windows color (decimal): -4269441 or 8379070. OLE color: 8379070.

HSL color Cylindrical-coordinate representation of color #BEDA7F: hue angle of 78.46º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BEDA7F is Cyan = 0.13, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB190218127-
CMYK0.1300.420.15
HSL78.46º55.15%67.65%-
HSV(B)78.46º41.74%85.49%-
XYZ50.1462.6229.52-
YUV199.2587.22121.4-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.51%
GREEN value IS 218 (85.55% from 255) = 40.75%
BLUE value IS 127 (50% from 255) = 23.74%
R=35.51%
G=40.75%
B=23.74%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1902181270.1300.420.1578.4655.1567.65
HexBEDA7FD02AF4e3744
Octal276332177150521711667104
Binary1011111011011010111111111010101010111110011101101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDA7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDA7F; }

 p { color: rgb(190,218,127); }

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

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

 a { background-color: rgb(190,218,127); }

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

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

 span { border-color: rgb(190,218,127); }

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