#BEDD7E

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

Shades of Sulu #BEDD7E

Tints of Sulu #BEDD7E

Color information

#BEDD7E (or 0xBEDD7E) is unknown color: approx Sulu. HEX triplet: BE, DD and 7E. RGB value is (190,221,126). Sum of RGB (Red+Green+Blue) = 190+221+126=537 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.38% from 537); Green value is 221 (86.72% from 255 or 41.15% from 537); Blue value is 126 (49.61% from 255 or 23.46% from 537); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDD7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDD7E is #412281. Grayscale: #C9C9C9. Windows color (decimal): -4268674 or 8314302. OLE color: 8314302.

HSL color Cylindrical-coordinate representation of color #BEDD7E: hue angle of 79.58º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BEDD7E is Cyan = 0.14, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB190221126-
CMYK0.1400.430.13
HSL79.58º58.28%68.04%-
HSV(B)79.58º42.99%86.67%-
XYZ50.8664.1729.44-
YUV200.985.73120.22-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.38%
GREEN value IS 221 (86.72% from 255) = 41.15%
BLUE value IS 126 (49.61% from 255) = 23.46%
R=35.38%
G=41.15%
B=23.46%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1902211260.1400.430.1379.5858.2868.04
HexBEDD7EE02BD503a44
Octal276335176160531512072104
Binary1011111011011101111111011100101011110110100001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDD7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDD7E; }

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

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

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

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

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

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

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

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