#BEF098

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

Shades of Reef #BEF098

Tints of Reef #BEF098

Color information

#BEF098 (or 0xBEF098) is unknown color: approx Reef. HEX triplet: BE, F0 and 98. RGB value is (190,240,152). Sum of RGB (Red+Green+Blue) = 190+240+152=582 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.65% from 582); Green value is 240 (94.14% from 255 or 41.24% from 582); Blue value is 152 (59.77% from 255 or 26.12% from 582); Max value from RGB is 240 - color contains mainly: green. Hex color #BEF098 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEF098 is #410F67. Grayscale: #D7D7D7. Windows color (decimal): -4263784 or 10023102. OLE color: 10023102.

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

Color convert

RGB190240152-
CMYK0.2100.370.06
HSL94.09º74.58%76.86%-
HSV(B)94.09º36.67%94.12%-
XYZ58.0675.5341.23-
YUV215.0292.44110.16-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.65%
GREEN value IS 240 (94.14% from 255) = 41.24%
BLUE value IS 152 (59.77% from 255) = 26.12%
R=32.65%
G=41.24%
B=26.12%

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
Decimal1902401520.2100.370.0694.0974.5876.86
HexBEF0981502565e4b4d
Octal276360230250456136113115
Binary101111101111000010011000101010100101110101111010010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF098; }

 p { color: rgb(190,240,152); }

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

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

 a { background-color: rgb(190,240,152); }

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

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

 span { border-color: rgb(190,240,152); }

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