#BEFE86

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

Shades of Sulu #BEFE86

Tints of Sulu #BEFE86

Color information

#BEFE86 (or 0xBEFE86) is unknown color: approx Sulu. HEX triplet: BE, FE and 86. RGB value is (190,254,134). Sum of RGB (Red+Green+Blue) = 190+254+134=578 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.87% from 578); Green value is 254 (99.61% from 255 or 43.94% from 578); Blue value is 134 (52.73% from 255 or 23.18% from 578); Max value from RGB is 254 - color contains mainly: green. Hex color #BEFE86 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEFE86 is #410179. Grayscale: #DDDDDD. Windows color (decimal): -4260218 or 8847038. OLE color: 8847038.

HSL color Cylindrical-coordinate representation of color #BEFE86: hue angle of 92º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BEFE86 is Cyan = 0.25, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.00.

Color convert

RGB190254134-
CMYK0.2500.470.00
HSL92º98.36%76.08%-
HSV(B)92º47.24%99.61%-
XYZ60.9883.5535.47-
YUV221.1878.8105.76-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.87%
GREEN value IS 254 (99.61% from 255) = 43.94%
BLUE value IS 134 (52.73% from 255) = 23.18%
R=32.87%
G=43.94%
B=23.18%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1902541340.2500.470.009298.3676.08
HexBEFE861902F05c624c
Octal276376206310570134142114
Binary1011111011111110100001101100101011110101110011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFE86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFE86; }

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

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

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

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

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

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

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

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