#BEF386

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

Shades of Sulu #BEF386

Tints of Sulu #BEF386

Color information

#BEF386 (or 0xBEF386) is unknown color: approx Sulu. HEX triplet: BE, F3 and 86. RGB value is (190,243,134). Sum of RGB (Red+Green+Blue) = 190+243+134=567 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.51% from 567); Green value is 243 (95.31% from 255 or 42.86% from 567); Blue value is 134 (52.73% from 255 or 23.63% from 567); Max value from RGB is 243 - color contains mainly: green. Hex color #BEF386 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEF386 is #410C79. Grayscale: #D7D7D7. Windows color (decimal): -4263034 or 8844222. OLE color: 8844222.

HSL color Cylindrical-coordinate representation of color #BEF386: hue angle of 89.17º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BEF386 is Cyan = 0.22, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB190243134-
CMYK0.2200.450.05
HSL89.17º81.95%73.92%-
HSV(B)89.17º44.86%95.29%-
XYZ57.5976.7734.34-
YUV214.7382.44110.36-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.51%
GREEN value IS 243 (95.31% from 255) = 42.86%
BLUE value IS 134 (52.73% from 255) = 23.63%
R=33.51%
G=42.86%
B=23.63%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1902431340.2200.450.0589.1781.9573.92
HexBEF3861602D559524a
Octal276363206260555131122112
Binary101111101111001110000110101100101101101101100110100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF386; }

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

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

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

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

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

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

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

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