#BEF495

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

Shades of Reef #BEF495

Tints of Reef #BEF495

Color information

#BEF495 (or 0xBEF495) is unknown color: approx Reef. HEX triplet: BE, F4 and 95. RGB value is (190,244,149). Sum of RGB (Red+Green+Blue) = 190+244+149=583 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.59% from 583); Green value is 244 (95.70% from 255 or 41.85% from 583); Blue value is 149 (58.59% from 255 or 25.56% from 583); Max value from RGB is 244 - color contains mainly: green. Hex color #BEF495 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEF495 is #410B6A. Grayscale: #D9D9D9. Windows color (decimal): -4262763 or 9827518. OLE color: 9827518.

HSL color Cylindrical-coordinate representation of color #BEF495: hue angle of 94.11º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BEF495 is Cyan = 0.22, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB190244149-
CMYK0.2200.390.04
HSL94.11º81.2%77.06%-
HSV(B)94.11º38.93%95.69%-
XYZ59.0177.8240.34-
YUV217.0289.61108.72-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.59%
GREEN value IS 244 (95.70% from 255) = 41.85%
BLUE value IS 149 (58.59% from 255) = 25.56%
R=32.59%
G=41.85%
B=25.56%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1902441490.2200.390.0494.1181.277.06
HexBEF4951602745e514d
Octal276364225260474136121115
Binary101111101111010010010101101100100111100101111010100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF495; }

 p { color: rgb(190,244,149); }

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

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

 a { background-color: rgb(190,244,149); }

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

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

 span { border-color: rgb(190,244,149); }

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