#BEFE91

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

Shades of Reef #BEFE91

Tints of Reef #BEFE91

Color information

#BEFE91 (or 0xBEFE91) is unknown color: approx Reef. HEX triplet: BE, FE and 91. RGB value is (190,254,145). Sum of RGB (Red+Green+Blue) = 190+254+145=589 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.26% from 589); Green value is 254 (99.61% from 255 or 43.12% from 589); Blue value is 145 (57.03% from 255 or 24.62% from 589); Max value from RGB is 254 - color contains mainly: green. Hex color #BEFE91 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEFE91 is #41016E. Grayscale: #DEDEDE. Windows color (decimal): -4260207 or 9567934. OLE color: 9567934.

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

Color convert

RGB190254145-
CMYK0.2500.430.00
HSL95.23º98.2%78.24%-
HSV(B)95.23º42.91%99.61%-
XYZ61.7983.8839.72-
YUV222.4484.3104.86-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.26%
GREEN value IS 254 (99.61% from 255) = 43.12%
BLUE value IS 145 (57.03% from 255) = 24.62%
R=32.26%
G=43.12%
B=24.62%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1902541450.2500.430.0095.2398.278.24
HexBEFE911902B05f624e
Octal276376221310530137142116
Binary1011111011111110100100011100101010110101111111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFE91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFE91; }

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

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

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

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

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

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

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

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