#BEF986

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

Shades of Sulu #BEF986

Tints of Sulu #BEF986

Color information

#BEF986 (or 0xBEF986) is unknown color: approx Sulu. HEX triplet: BE, F9 and 86. RGB value is (190,249,134). Sum of RGB (Red+Green+Blue) = 190+249+134=573 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.16% from 573); Green value is 249 (97.66% from 255 or 43.46% from 573); Blue value is 134 (52.73% from 255 or 23.39% from 573); Max value from RGB is 249 - color contains mainly: green. Hex color #BEF986 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEF986 is #410679. Grayscale: #DADADA. Windows color (decimal): -4261498 or 8845758. OLE color: 8845758.

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

Color convert

RGB190249134-
CMYK0.2400.460.02
HSL90.78º90.55%75.1%-
HSV(B)90.78º46.18%97.65%-
XYZ59.4180.4234.95-
YUV218.2580.45107.85-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.16%
GREEN value IS 249 (97.66% from 255) = 43.46%
BLUE value IS 134 (52.73% from 255) = 23.39%
R=33.16%
G=43.46%
B=23.39%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1902491340.2400.460.0290.7890.5575.1
HexBEF9861802E25b5b4b
Octal276371206300562133133113
Binary10111110111110011000011011000010111010101101110110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF986; }

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

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

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

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

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

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

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

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