#BEDD6E

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

Shades of Sulu #BEDD6E

Tints of Sulu #BEDD6E

Color information

#BEDD6E (or 0xBEDD6E) is unknown color: approx Sulu. HEX triplet: BE, DD and 6E. RGB value is (190,221,110). Sum of RGB (Red+Green+Blue) = 190+221+110=521 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.47% from 521); Green value is 221 (86.72% from 255 or 42.42% from 521); Blue value is 110 (43.36% from 255 or 21.11% from 521); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDD6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDD6E is #412291. Grayscale: #C7C7C7. Windows color (decimal): -4268690 or 7265726. OLE color: 7265726.

HSL color Cylindrical-coordinate representation of color #BEDD6E: hue angle of 76.76º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BEDD6E is Cyan = 0.14, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB190221110-
CMYK0.1400.500.13
HSL76.76º62.01%64.9%-
HSV(B)76.76º50.23%86.67%-
XYZ49.9163.7924.43-
YUV199.0877.73121.53-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.47%
GREEN value IS 221 (86.72% from 255) = 42.42%
BLUE value IS 110 (43.36% from 255) = 21.11%
R=36.47%
G=42.42%
B=21.11%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1902211100.1400.500.1376.7662.0164.9
HexBEDD6EE032D4d3e41
Octal276335156160621511576101
Binary1011111011011101110111011100110010110110011011111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDD6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDD6E; }

 p { color: rgb(190,221,110); }

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

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

 a { background-color: rgb(190,221,110); }

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

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

 span { border-color: rgb(190,221,110); }

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