#BEF794

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

Shades of Reef #BEF794

Tints of Reef #BEF794

Color information

#BEF794 (or 0xBEF794) is unknown color: approx Reef. HEX triplet: BE, F7 and 94. RGB value is (190,247,148). Sum of RGB (Red+Green+Blue) = 190+247+148=585 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.48% from 585); Green value is 247 (96.88% from 255 or 42.22% from 585); Blue value is 148 (58.20% from 255 or 25.30% from 585); Max value from RGB is 247 - color contains mainly: green. Hex color #BEF794 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEF794 is #41086B. Grayscale: #DBDBDB. Windows color (decimal): -4261996 or 9762750. OLE color: 9762750.

HSL color Cylindrical-coordinate representation of color #BEF794: hue angle of 94.55º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BEF794 is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB190247148-
CMYK0.2300.400.03
HSL94.55º86.09%77.45%-
HSV(B)94.55º40.08%96.86%-
XYZ59.8479.6140.23-
YUV218.6788.12107.55-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.48%
GREEN value IS 247 (96.88% from 255) = 42.22%
BLUE value IS 148 (58.20% from 255) = 25.30%
R=32.48%
G=42.22%
B=25.30%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1902471480.2300.400.0394.5586.0977.45
HexBEF7941702835f564d
Octal276367224270503137126115
Binary10111110111101111001010010111010100011101111110101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF794; }

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

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

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

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

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

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

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

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