#BEFB94

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

Shades of Reef #BEFB94

Tints of Reef #BEFB94

Color information

#BEFB94 (or 0xBEFB94) is unknown color: approx Reef. HEX triplet: BE, FB and 94. RGB value is (190,251,148). Sum of RGB (Red+Green+Blue) = 190+251+148=589 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.26% from 589); Green value is 251 (98.44% from 255 or 42.61% from 589); Blue value is 148 (58.20% from 255 or 25.13% from 589); Max value from RGB is 251 - color contains mainly: green. Hex color #BEFB94 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEFB94 is #41046B. Grayscale: #DDDDDD. Windows color (decimal): -4260972 or 9763774. OLE color: 9763774.

HSL color Cylindrical-coordinate representation of color #BEFB94: hue angle of 95.53º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BEFB94 is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB190251148-
CMYK0.2400.410.02
HSL95.53º92.79%78.24%-
HSV(B)95.53º41.04%98.43%-
XYZ61.0882.0840.64-
YUV221.0286.79105.88-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.26%
GREEN value IS 251 (98.44% from 255) = 42.61%
BLUE value IS 148 (58.20% from 255) = 25.13%
R=32.26%
G=42.61%
B=25.13%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1902511480.2400.410.0295.5392.7978.24
HexBEFB94180292605d4e
Octal276373224300512140135116
Binary10111110111110111001010011000010100110110000010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFB94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFB94; }

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

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

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

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

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

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

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

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