#BEF079

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

Shades of Sulu #BEF079

Tints of Sulu #BEF079

Color information

#BEF079 (or 0xBEF079) is unknown color: approx Sulu. HEX triplet: BE, F0 and 79. RGB value is (190,240,121). Sum of RGB (Red+Green+Blue) = 190+240+121=551 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.48% from 551); Green value is 240 (94.14% from 255 or 43.56% from 551); Blue value is 121 (47.66% from 255 or 21.96% from 551); Max value from RGB is 240 - color contains mainly: green. Hex color #BEF079 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF079 is #410F86. Grayscale: #D3D3D3. Windows color (decimal): -4263815 or 7991486. OLE color: 7991486.

HSL color Cylindrical-coordinate representation of color #BEF079: hue angle of 85.21º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BEF079 is Cyan = 0.21, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.06.

Color convert

RGB190240121-
CMYK0.2100.500.06
HSL85.21º79.87%70.78%-
HSV(B)85.21º49.58%94.12%-
XYZ55.8574.6529.55-
YUV211.4876.94112.68-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.48%
GREEN value IS 240 (94.14% from 255) = 43.56%
BLUE value IS 121 (47.66% from 255) = 21.96%
R=34.48%
G=43.56%
B=21.96%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1902401210.2100.500.0685.2179.8770.78
HexBEF079150326555047
Octal276360171250626125120107
Binary10111110111100001111001101010110010110101010110100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF079; }

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

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

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

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

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

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

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

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