#BEF595

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

Shades of Reef #BEF595

Tints of Reef #BEF595

Color information

#BEF595 (or 0xBEF595) is unknown color: approx Reef. HEX triplet: BE, F5 and 95. RGB value is (190,245,149). Sum of RGB (Red+Green+Blue) = 190+245+149=584 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.53% from 584); Green value is 245 (96.09% from 255 or 41.95% from 584); Blue value is 149 (58.59% from 255 or 25.51% from 584); Max value from RGB is 245 - color contains mainly: green. Hex color #BEF595 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEF595 is #410A6A. Grayscale: #D9D9D9. Windows color (decimal): -4262507 or 9827774. OLE color: 9827774.

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

Color convert

RGB190245149-
CMYK0.2200.390.04
HSL94.38º82.76%77.25%-
HSV(B)94.38º39.18%96.08%-
XYZ59.3178.4240.44-
YUV217.6189.28108.31-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.53%
GREEN value IS 245 (96.09% from 255) = 41.95%
BLUE value IS 149 (58.59% from 255) = 25.51%
R=32.53%
G=41.95%
B=25.51%

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
Decimal1902451490.2200.390.0494.3882.7677.25
HexBEF5951602745e534d
Octal276365225260474136123115
Binary101111101111010110010101101100100111100101111010100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF595; }

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

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

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

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

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

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

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

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