#BEDF79

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

Shades of Sulu #BEDF79

Tints of Sulu #BEDF79

Color information

#BEDF79 (or 0xBEDF79) is unknown color: approx Sulu. HEX triplet: BE, DF and 79. RGB value is (190,223,121). Sum of RGB (Red+Green+Blue) = 190+223+121=534 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.58% from 534); Green value is 223 (87.5% from 255 or 41.76% from 534); Blue value is 121 (47.66% from 255 or 22.66% from 534); Max value from RGB is 223 - color contains mainly: green. Hex color #BEDF79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDF79 is #412086. Grayscale: #C9C9C9. Windows color (decimal): -4268167 or 7987134. OLE color: 7987134.

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

Color convert

RGB190223121-
CMYK0.1500.460.13
HSL79.41º61.45%67.45%-
HSV(B)79.41º45.74%87.45%-
XYZ51.0765.127.96-
YUV201.582.57119.79-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.58%
GREEN value IS 223 (87.5% from 255) = 41.76%
BLUE value IS 121 (47.66% from 255) = 22.66%
R=35.58%
G=41.76%
B=22.66%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1902231210.1500.460.1379.4161.4567.45
HexBEDF79F02ED4f3d43
Octal276337171170561511775103
Binary1011111011011111111100111110101110110110011111111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDF79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDF79; }

 p { color: rgb(190,223,121); }

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

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

 a { background-color: rgb(190,223,121); }

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

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

 span { border-color: rgb(190,223,121); }

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