#BEF493

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

Shades of Reef #BEF493

Tints of Reef #BEF493

Color information

#BEF493 (or 0xBEF493) is unknown color: approx Reef. HEX triplet: BE, F4 and 93. RGB value is (190,244,147). Sum of RGB (Red+Green+Blue) = 190+244+147=581 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.70% from 581); Green value is 244 (95.70% from 255 or 42.00% from 581); Blue value is 147 (57.81% from 255 or 25.30% from 581); Max value from RGB is 244 - color contains mainly: green. Hex color #BEF493 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEF493 is #410B6C. Grayscale: #D9D9D9. Windows color (decimal): -4262765 or 9696446. OLE color: 9696446.

HSL color Cylindrical-coordinate representation of color #BEF493: hue angle of 93.4º degrees, saturation: 0.82, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BEF493 is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.04.

Color convert

RGB190244147-
CMYK0.2200.400.04
HSL93.4º81.51%76.67%-
HSV(B)93.4º39.75%95.69%-
XYZ58.8577.7639.51-
YUV216.888.61108.89-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.70%
GREEN value IS 244 (95.70% from 255) = 42.00%
BLUE value IS 147 (57.81% from 255) = 25.30%
R=32.70%
G=42.00%
B=25.30%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1902441470.2200.400.0493.481.5176.67
HexBEF4931602845d524d
Octal276364223260504135122115
Binary101111101111010010010011101100101000100101110110100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF493; }

 p { color: rgb(190,244,147); }

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

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

 a { background-color: rgb(190,244,147); }

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

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

 span { border-color: rgb(190,244,147); }

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