#BEFE97

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

Shades of Reef #BEFE97

Tints of Reef #BEFE97

Color information

#BEFE97 (or 0xBEFE97) is unknown color: approx Reef. HEX triplet: BE, FE and 97. RGB value is (190,254,151). Sum of RGB (Red+Green+Blue) = 190+254+151=595 (78% of max value = 765). Red value is 190 (74.61% from 255 or 31.93% from 595); Green value is 254 (99.61% from 255 or 42.69% from 595); Blue value is 151 (59.38% from 255 or 25.38% from 595); Max value from RGB is 254 - color contains mainly: green. Hex color #BEFE97 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEFE97 is #410168. Grayscale: #DFDFDF. Windows color (decimal): -4260201 or 9961150. OLE color: 9961150.

HSL color Cylindrical-coordinate representation of color #BEFE97: hue angle of 97.28º 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 #BEFE97 is Cyan = 0.25, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.00.

Color convert

RGB190254151-
CMYK0.2500.410.00
HSL97.28º98.1%79.41%-
HSV(B)97.28º40.55%99.61%-
XYZ62.2684.0742.22-
YUV223.1287.3104.38-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.93%
GREEN value IS 254 (99.61% from 255) = 42.69%
BLUE value IS 151 (59.38% from 255) = 25.38%
R=31.93%
G=42.69%
B=25.38%

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
Decimal1902541510.2500.410.0097.2898.179.41
HexBEFE9719029061624f
Octal276376227310510141142117
Binary1011111011111110100101111100101010010110000111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFE97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFE97; }

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

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

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

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

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

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

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

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