#BEF498

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

Shades of Reef #BEF498

Tints of Reef #BEF498

Color information

#BEF498 (or 0xBEF498) is unknown color: approx Reef. HEX triplet: BE, F4 and 98. RGB value is (190,244,152). Sum of RGB (Red+Green+Blue) = 190+244+152=586 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.42% from 586); Green value is 244 (95.70% from 255 or 41.64% from 586); Blue value is 152 (59.77% from 255 or 25.94% from 586); Max value from RGB is 244 - color contains mainly: green. Hex color #BEF498 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEF498 is #410B67. Grayscale: #D9D9D9. Windows color (decimal): -4262760 or 10024126. OLE color: 10024126.

HSL color Cylindrical-coordinate representation of color #BEF498: hue angle of 95.22º degrees, saturation: 0.81, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BEF498 is Cyan = 0.22, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.04.

Color convert

RGB190244152-
CMYK0.2200.380.04
HSL95.22º80.7%77.65%-
HSV(B)95.22º37.7%95.69%-
XYZ59.2577.9241.62-
YUV217.3791.11108.48-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.42%
GREEN value IS 244 (95.70% from 255) = 41.64%
BLUE value IS 152 (59.77% from 255) = 25.94%
R=32.42%
G=41.64%
B=25.94%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1902441520.2200.380.0495.2280.777.65
HexBEF4981602645f514e
Octal276364230260464137121116
Binary101111101111010010011000101100100110100101111110100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF498; }

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

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

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

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

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

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

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

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