#BEF980

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

Shades of Sulu #BEF980

Tints of Sulu #BEF980

Color information

#BEF980 (or 0xBEF980) is unknown color: approx Sulu. HEX triplet: BE, F9 and 80. RGB value is (190,249,128). Sum of RGB (Red+Green+Blue) = 190+249+128=567 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.51% from 567); Green value is 249 (97.66% from 255 or 43.92% from 567); Blue value is 128 (50.39% from 255 or 22.57% from 567); Max value from RGB is 249 - color contains mainly: green. Hex color #BEF980 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEF980 is #41067F. Grayscale: #D9D9D9. Windows color (decimal): -4261504 or 8452542. OLE color: 8452542.

HSL color Cylindrical-coordinate representation of color #BEF980: hue angle of 89.26º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BEF980 is Cyan = 0.24, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB190249128-
CMYK0.2400.490.02
HSL89.26º90.98%73.92%-
HSV(B)89.26º48.59%97.65%-
XYZ59.0180.2632.8-
YUV217.5677.45108.34-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.51%
GREEN value IS 249 (97.66% from 255) = 43.92%
BLUE value IS 128 (50.39% from 255) = 22.57%
R=33.51%
G=43.92%
B=22.57%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1902491280.2400.490.0289.2690.9873.92
HexBEF980180312595b4a
Octal276371200300612131133112
Binary10111110111110011000000011000011000110101100110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF980; }

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

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

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

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

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

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

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

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