#BEDD7D

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

Shades of Sulu #BEDD7D

Tints of Sulu #BEDD7D

Color information

#BEDD7D (or 0xBEDD7D) is unknown color: approx Sulu. HEX triplet: BE, DD and 7D. RGB value is (190,221,125). Sum of RGB (Red+Green+Blue) = 190+221+125=536 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.45% from 536); Green value is 221 (86.72% from 255 or 41.23% from 536); Blue value is 125 (49.22% from 255 or 23.32% from 536); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDD7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDD7D is #412282. Grayscale: #C9C9C9. Windows color (decimal): -4268675 or 8248766. OLE color: 8248766.

HSL color Cylindrical-coordinate representation of color #BEDD7D: hue angle of 79.38º degrees, saturation: 0.59, 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 #BEDD7D is Cyan = 0.14, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB190221125-
CMYK0.1400.430.13
HSL79.38º58.54%67.84%-
HSV(B)79.38º43.44%86.67%-
XYZ50.7964.1429.11-
YUV200.7985.23120.31-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.45%
GREEN value IS 221 (86.72% from 255) = 41.23%
BLUE value IS 125 (49.22% from 255) = 23.32%
R=35.45%
G=41.23%
B=23.32%

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
Decimal1902211250.1400.430.1379.3858.5467.84
HexBEDD7DE02BD4f3b44
Octal276335175160531511773104
Binary1011111011011101111110111100101011110110011111110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDD7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDD7D; }

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

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

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

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

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

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

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

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