#BEF983

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

Shades of Sulu #BEF983

Tints of Sulu #BEF983

Color information

#BEF983 (or 0xBEF983) is unknown color: approx Sulu. HEX triplet: BE, F9 and 83. RGB value is (190,249,131). Sum of RGB (Red+Green+Blue) = 190+249+131=570 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.33% from 570); Green value is 249 (97.66% from 255 or 43.68% from 570); Blue value is 131 (51.56% from 255 or 22.98% from 570); Max value from RGB is 249 - color contains mainly: green. Hex color #BEF983 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEF983 is #41067C. Grayscale: #DADADA. Windows color (decimal): -4261501 or 8649150. OLE color: 8649150.

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

Color convert

RGB190249131-
CMYK0.2400.470.02
HSL90º90.77%74.51%-
HSV(B)90º47.39%97.65%-
XYZ59.2180.3433.86-
YUV217.9178.95108.09-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.33%
GREEN value IS 249 (97.66% from 255) = 43.68%
BLUE value IS 131 (51.56% from 255) = 22.98%
R=33.33%
G=43.68%
B=22.98%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1902491310.2400.470.029090.7774.51
HexBEF9831802F25a5b4b
Octal276371203300572132133113
Binary10111110111110011000001111000010111110101101010110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF983; }

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

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

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

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

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

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

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

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