#BEF785

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

Shades of Sulu #BEF785

Tints of Sulu #BEF785

Color information

#BEF785 (or 0xBEF785) is unknown color: approx Sulu. HEX triplet: BE, F7 and 85. RGB value is (190,247,133). Sum of RGB (Red+Green+Blue) = 190+247+133=570 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.33% from 570); Green value is 247 (96.88% from 255 or 43.33% from 570); Blue value is 133 (52.34% from 255 or 23.33% from 570); Max value from RGB is 247 - color contains mainly: green. Hex color #BEF785 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEF785 is #41087A. Grayscale: #D9D9D9. Windows color (decimal): -4262011 or 8779710. OLE color: 8779710.

HSL color Cylindrical-coordinate representation of color #BEF785: hue angle of 90º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BEF785 is Cyan = 0.23, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.03.

Color convert

RGB190247133-
CMYK0.2300.460.03
HSL90º87.69%74.51%-
HSV(B)90º46.15%96.86%-
XYZ58.7379.1634.37-
YUV216.9680.62108.77-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.33%
GREEN value IS 247 (96.88% from 255) = 43.33%
BLUE value IS 133 (52.34% from 255) = 23.33%
R=33.33%
G=43.33%
B=23.33%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1902471330.2300.460.039087.6974.51
HexBEF7851702E35a584b
Octal276367205270563132130113
Binary10111110111101111000010110111010111011101101010110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF785; }

 p { color: rgb(190,247,133); }

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

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

 a { background-color: rgb(190,247,133); }

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

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

 span { border-color: rgb(190,247,133); }

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