#BEEF97

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

Shades of Reef #BEEF97

Tints of Reef #BEEF97

Color information

#BEEF97 (or 0xBEEF97) is unknown color: approx Reef. HEX triplet: BE, EF and 97. RGB value is (190,239,151). Sum of RGB (Red+Green+Blue) = 190+239+151=580 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.76% from 580); Green value is 239 (93.75% from 255 or 41.21% from 580); Blue value is 151 (59.38% from 255 or 26.03% from 580); Max value from RGB is 239 - color contains mainly: green. Hex color #BEEF97 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEEF97 is #411068. Grayscale: #D6D6D6. Windows color (decimal): -4264041 or 9957310. OLE color: 9957310.

HSL color Cylindrical-coordinate representation of color #BEEF97: hue angle of 93.41º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BEEF97 is Cyan = 0.21, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.06.

Color convert

RGB190239151-
CMYK0.2100.370.06
HSL93.41º73.33%76.47%-
HSV(B)93.41º36.82%93.73%-
XYZ57.6974.9140.7-
YUV214.3292.27110.66-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.76%
GREEN value IS 239 (93.75% from 255) = 41.21%
BLUE value IS 151 (59.38% from 255) = 26.03%
R=32.76%
G=41.21%
B=26.03%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1902391510.2100.370.0693.4173.3376.47
HexBEEF971502565d494c
Octal276357227250456135111114
Binary101111101110111110010111101010100101110101110110010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEF97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEF97; }

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

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

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

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

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

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

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

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