#BEFE94

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

Shades of Reef #BEFE94

Tints of Reef #BEFE94

Color information

#BEFE94 (or 0xBEFE94) is unknown color: approx Reef. HEX triplet: BE, FE and 94. RGB value is (190,254,148). Sum of RGB (Red+Green+Blue) = 190+254+148=592 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.09% from 592); Green value is 254 (99.61% from 255 or 42.91% from 592); Blue value is 148 (58.20% from 255 or 25% from 592); Max value from RGB is 254 - color contains mainly: green. Hex color #BEFE94 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEFE94 is #41016B. Grayscale: #DFDFDF. Windows color (decimal): -4260204 or 9764542. OLE color: 9764542.

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

Color convert

RGB190254148-
CMYK0.2500.420.00
HSL96.23º98.15%78.82%-
HSV(B)96.23º41.73%99.61%-
XYZ62.0283.9740.96-
YUV222.7885.8104.62-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.09%
GREEN value IS 254 (99.61% from 255) = 42.91%
BLUE value IS 148 (58.20% from 255) = 25%
R=32.09%
G=42.91%
B=25%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1902541480.2500.420.0096.2398.1578.82
HexBEFE941902A060624f
Octal276376224310520140142117
Binary1011111011111110100101001100101010100110000011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFE94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFE94; }

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

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

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

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

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

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

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

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