#BEF880

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

Shades of Sulu #BEF880

Tints of Sulu #BEF880

Color information

#BEF880 (or 0xBEF880) is unknown color: approx Sulu. HEX triplet: BE, F8 and 80. RGB value is (190,248,128). Sum of RGB (Red+Green+Blue) = 190+248+128=566 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.57% from 566); Green value is 248 (97.27% from 255 or 43.82% from 566); Blue value is 128 (50.39% from 255 or 22.61% from 566); Max value from RGB is 248 - color contains mainly: green. Hex color #BEF880 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEF880 is #41077F. Grayscale: #D9D9D9. Windows color (decimal): -4261760 or 8452286. OLE color: 8452286.

HSL color Cylindrical-coordinate representation of color #BEF880: hue angle of 89º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BEF880 is Cyan = 0.23, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB190248128-
CMYK0.2300.480.03
HSL89º89.55%73.73%-
HSV(B)89º48.39%97.25%-
XYZ58.779.6432.7-
YUV216.9877.78108.76-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.57%
GREEN value IS 248 (97.27% from 255) = 43.82%
BLUE value IS 128 (50.39% from 255) = 22.61%
R=33.57%
G=43.82%
B=22.61%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1902481280.2300.480.038989.5573.73
HexBEF880170303595a4a
Octal276370200270603131132112
Binary10111110111110001000000010111011000011101100110110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF880; }

 p { color: rgb(190,248,128); }

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

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

 a { background-color: rgb(190,248,128); }

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

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

 span { border-color: rgb(190,248,128); }

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