#BEFE95

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

Shades of Reef #BEFE95

Tints of Reef #BEFE95

Color information

#BEFE95 (or 0xBEFE95) is unknown color: approx Reef. HEX triplet: BE, FE and 95. RGB value is (190,254,149). Sum of RGB (Red+Green+Blue) = 190+254+149=593 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.04% from 593); Green value is 254 (99.61% from 255 or 42.83% from 593); Blue value is 149 (58.59% from 255 or 25.13% from 593); Max value from RGB is 254 - color contains mainly: green. Hex color #BEFE95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEFE95 is #41016A. Grayscale: #DFDFDF. Windows color (decimal): -4260203 or 9830078. OLE color: 9830078.

HSL color Cylindrical-coordinate representation of color #BEFE95: hue angle of 96.57º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BEFE95 is Cyan = 0.25, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.00.

Color convert

RGB190254149-
CMYK0.2500.410.00
HSL96.57º98.13%79.02%-
HSV(B)96.57º41.34%99.61%-
XYZ62.18441.37-
YUV222.8986.3104.54-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.04%
GREEN value IS 254 (99.61% from 255) = 42.83%
BLUE value IS 149 (58.59% from 255) = 25.13%
R=32.04%
G=42.83%
B=25.13%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1902541490.2500.410.0096.5798.1379.02
HexBEFE9519029061624f
Octal276376225310510141142117
Binary1011111011111110100101011100101010010110000111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFE95; }

 p { color: rgb(190,254,149); }

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

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

 a { background-color: rgb(190,254,149); }

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

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

 span { border-color: rgb(190,254,149); }

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