#BEDE71

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

Shades of Sulu #BEDE71

Tints of Sulu #BEDE71

Color information

#BEDE71 (or 0xBEDE71) is unknown color: approx Sulu. HEX triplet: BE, DE and 71. RGB value is (190,222,113). Sum of RGB (Red+Green+Blue) = 190+222+113=525 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.19% from 525); Green value is 222 (87.11% from 255 or 42.29% from 525); Blue value is 113 (44.53% from 255 or 21.52% from 525); Max value from RGB is 222 - color contains mainly: green. Hex color #BEDE71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDE71 is #41218E. Grayscale: #C8C8C8. Windows color (decimal): -4268431 or 7462590. OLE color: 7462590.

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

Color convert

RGB190222113-
CMYK0.1400.490.13
HSL77.61º62.29%65.69%-
HSV(B)77.61º49.1%87.06%-
XYZ50.3464.3825.4-
YUV200.0178.9120.86-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.19%
GREEN value IS 222 (87.11% from 255) = 42.29%
BLUE value IS 113 (44.53% from 255) = 21.52%
R=36.19%
G=42.29%
B=21.52%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1902221130.1400.490.1377.6162.2965.69
HexBEDE71E031D4e3e42
Octal276336161160611511676102
Binary1011111011011110111000111100110001110110011101111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDE71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDE71; }

 p { color: rgb(190,222,113); }

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

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

 a { background-color: rgb(190,222,113); }

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

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

 span { border-color: rgb(190,222,113); }

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