#bef573

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

Shades of Sulu #BEF573

Tints of Sulu #BEF573

Color information

#BEF573 (or 0xBEF573) is unknown color: approx Sulu. HEX triplet: BE, F5 and 73. RGB value is (190,245,115). Sum of RGB (Red+Green+Blue) = 190+245+115=550 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.55% from 550); Green value is 245 (96.09% from 255 or 44.55% from 550); Blue value is 115 (45.31% from 255 or 20.91% from 550); Max value from RGB is 245 - color contains mainly: green. Hex color #BEF573 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF573 is #410A8C. Grayscale: #D6D6D6. Windows color (decimal): -4262541 or 7599550. OLE color: 7599550.

HSL color Cylindrical-coordinate representation of color #BEF573: hue angle of 85.38º degrees, saturation: 0.87, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BEF573 is Cyan = 0.22, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.

Color convert

RGB190245115-
CMYK0.2200.530.04
HSL85.38º86.67%70.59%-
HSV(B)85.38º53.06%96.08%-
XYZ56.9877.4928.17-
YUV213.7472.28111.07-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.55%
GREEN value IS 245 (96.09% from 255) = 44.55%
BLUE value IS 115 (45.31% from 255) = 20.91%
R=34.55%
G=44.55%
B=20.91%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1902451150.2200.530.0485.3886.6770.59
HexBEF573160354555747
Octal276365163260654125127107
Binary10111110111101011110011101100110101100101010110101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bef573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bef573; }

 p { color: rgb(190,245,115); }

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

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

 a { background-color: rgb(190,245,115); }

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

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

 span { border-color: rgb(190,245,115); }

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