#BEF596

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

Shades of Reef #BEF596

Tints of Reef #BEF596

Color information

#BEF596 (or 0xBEF596) is unknown color: approx Reef. HEX triplet: BE, F5 and 96. RGB value is (190,245,150). Sum of RGB (Red+Green+Blue) = 190+245+150=585 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.48% from 585); Green value is 245 (96.09% from 255 or 41.88% from 585); Blue value is 150 (58.98% from 255 or 25.64% from 585); Max value from RGB is 245 - color contains mainly: green. Hex color #BEF596 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEF596 is #410A69. Grayscale: #DADADA. Windows color (decimal): -4262506 or 9893310. OLE color: 9893310.

HSL color Cylindrical-coordinate representation of color #BEF596: hue angle of 94.74º degrees, saturation: 0.83, 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 #BEF596 is Cyan = 0.22, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB190245150-
CMYK0.2200.390.04
HSL94.74º82.61%77.45%-
HSV(B)94.74º38.78%96.08%-
XYZ59.3978.4540.87-
YUV217.7289.78108.22-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.48%
GREEN value IS 245 (96.09% from 255) = 41.88%
BLUE value IS 150 (58.98% from 255) = 25.64%
R=32.48%
G=41.88%
B=25.64%

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
Decimal1902451500.2200.390.0494.7482.6177.45
HexBEF5961602745f534d
Octal276365226260474137123115
Binary101111101111010110010110101100100111100101111110100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF596; }

 p { color: rgb(190,245,150); }

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

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

 a { background-color: rgb(190,245,150); }

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

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

 span { border-color: rgb(190,245,150); }

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