#BEDD74

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

Shades of Sulu #BEDD74

Tints of Sulu #BEDD74

Color information

#BEDD74 (or 0xBEDD74) is unknown color: approx Sulu. HEX triplet: BE, DD and 74. RGB value is (190,221,116). Sum of RGB (Red+Green+Blue) = 190+221+116=527 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.05% from 527); Green value is 221 (86.72% from 255 or 41.94% from 527); Blue value is 116 (45.70% from 255 or 22.01% from 527); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDD74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDD74 is #41228B. Grayscale: #C8C8C8. Windows color (decimal): -4268684 or 7658942. OLE color: 7658942.

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

Color convert

RGB190221116-
CMYK0.1400.480.13
HSL77.71º60.69%66.08%-
HSV(B)77.71º47.51%86.67%-
XYZ50.2463.9226.21-
YUV199.7680.73121.04-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.05%
GREEN value IS 221 (86.72% from 255) = 41.94%
BLUE value IS 116 (45.70% from 255) = 22.01%
R=36.05%
G=41.94%
B=22.01%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1902211160.1400.480.1377.7160.6966.08
HexBEDD74E030D4e3d42
Octal276335164160601511675102
Binary1011111011011101111010011100110000110110011101111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDD74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDD74; }

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

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

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

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

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

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

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

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