#BEFF92

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

Shades of Reef #BEFF92

Tints of Reef #BEFF92

Color information

#BEFF92 (or 0xBEFF92) is unknown color: approx Reef. HEX triplet: BE, FF and 92. RGB value is (190,255,146). Sum of RGB (Red+Green+Blue) = 190+255+146=591 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.15% from 591); Green value is 255 (100% from 255 or 43.15% from 591); Blue value is 146 (57.42% from 255 or 24.70% from 591); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFF92 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEFF92 is #41006D. Grayscale: #DFDFDF. Windows color (decimal): -4259950 or 9633726. OLE color: 9633726.

HSL color Cylindrical-coordinate representation of color #BEFF92: hue angle of 95.78º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BEFF92 is Cyan = 0.25, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.

Color convert

RGB190255146-
CMYK0.2500.430
HSL95.78º100%78.63%-
HSV(B)95.78º42.75%100%-
XYZ62.1884.5440.24-
YUV223.1484.47104.36-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.15%
GREEN value IS 255 (100% from 255) = 43.15%
BLUE value IS 146 (57.42% from 255) = 24.70%
R=32.15%
G=43.15%
B=24.70%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1902551460.2500.43095.7810078.63
HexBEFF921902B060644f
Octal276377222310530140144117
Binary1011111011111111100100101100101010110110000011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFF92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFF92; }

 p { color: rgb(190,255,146); }

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

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

 a { background-color: rgb(190,255,146); }

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

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

 span { border-color: rgb(190,255,146); }

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