#BEF394

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

Shades of Reef #BEF394

Tints of Reef #BEF394

Color information

#BEF394 (or 0xBEF394) is unknown color: approx Reef. HEX triplet: BE, F3 and 94. RGB value is (190,243,148). Sum of RGB (Red+Green+Blue) = 190+243+148=581 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.70% from 581); Green value is 243 (95.31% from 255 or 41.82% from 581); Blue value is 148 (58.20% from 255 or 25.47% from 581); Max value from RGB is 243 - color contains mainly: green. Hex color #BEF394 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEF394 is #410C6B. Grayscale: #D8D8D8. Windows color (decimal): -4263020 or 9761726. OLE color: 9761726.

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

Color convert

RGB190243148-
CMYK0.2200.390.05
HSL93.47º79.83%76.67%-
HSV(B)93.47º39.09%95.29%-
XYZ58.6377.1939.83-
YUV216.3289.44109.22-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.70%
GREEN value IS 243 (95.31% from 255) = 41.82%
BLUE value IS 148 (58.20% from 255) = 25.47%
R=32.70%
G=41.82%
B=25.47%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1902431480.2200.390.0593.4779.8376.67
HexBEF3941602755d504d
Octal276363224260475135120115
Binary101111101111001110010100101100100111101101110110100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF394; }

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

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

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

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

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

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

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

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