#BEF197

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

Shades of Reef #BEF197

Tints of Reef #BEF197

Color information

#BEF197 (or 0xBEF197) is unknown color: approx Reef. HEX triplet: BE, F1 and 97. RGB value is (190,241,151). Sum of RGB (Red+Green+Blue) = 190+241+151=582 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.65% from 582); Green value is 241 (94.53% from 255 or 41.41% from 582); Blue value is 151 (59.38% from 255 or 25.95% from 582); Max value from RGB is 241 - color contains mainly: green. Hex color #BEF197 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEF197 is #410E68. Grayscale: #D7D7D7. Windows color (decimal): -4263529 or 9957822. OLE color: 9957822.

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

Color convert

RGB190241151-
CMYK0.2100.370.05
HSL94º76.27%76.86%-
HSV(B)94º37.34%94.51%-
XYZ58.2876.0940.89-
YUV215.4991.6109.82-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.65%
GREEN value IS 241 (94.53% from 255) = 41.41%
BLUE value IS 151 (59.38% from 255) = 25.95%
R=32.65%
G=41.41%
B=25.95%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1902411510.2100.370.059476.2776.86
HexBEF1971502555e4c4d
Octal276361227250455136114115
Binary101111101111000110010111101010100101101101111010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF197; }

 p { color: rgb(190,241,151); }

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

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

 a { background-color: rgb(190,241,151); }

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

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

 span { border-color: rgb(190,241,151); }

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