#BEF297

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

Shades of Reef #BEF297

Tints of Reef #BEF297

Color information

#BEF297 (or 0xBEF297) is unknown color: approx Reef. HEX triplet: BE, F2 and 97. RGB value is (190,242,151). Sum of RGB (Red+Green+Blue) = 190+242+151=583 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.59% from 583); Green value is 242 (94.92% from 255 or 41.51% from 583); Blue value is 151 (59.38% from 255 or 25.90% from 583); Max value from RGB is 242 - color contains mainly: green. Hex color #BEF297 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEF297 is #410D68. Grayscale: #D8D8D8. Windows color (decimal): -4263273 or 9958078. OLE color: 9958078.

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

Color convert

RGB190242151-
CMYK0.2100.380.05
HSL94.29º77.78%77.06%-
HSV(B)94.29º37.6%94.9%-
XYZ58.5776.6940.99-
YUV216.0891.27109.4-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.59%
GREEN value IS 242 (94.92% from 255) = 41.51%
BLUE value IS 151 (59.38% from 255) = 25.90%
R=32.59%
G=41.51%
B=25.90%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1902421510.2100.380.0594.2977.7877.06
HexBEF2971502655e4e4d
Octal276362227250465136116115
Binary101111101111001010010111101010100110101101111010011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF297; }

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

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

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

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

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

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

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

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