#BEFF93

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

Shades of Reef #BEFF93

Tints of Reef #BEFF93

Color information

#BEFF93 (or 0xBEFF93) is unknown color: approx Reef. HEX triplet: BE, FF and 93. RGB value is (190,255,147). Sum of RGB (Red+Green+Blue) = 190+255+147=592 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.09% from 592); Green value is 255 (100% from 255 or 43.07% from 592); Blue value is 147 (57.81% from 255 or 24.83% from 592); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFF93 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEFF93 is #41006C. Grayscale: #DFDFDF. Windows color (decimal): -4259949 or 9699262. OLE color: 9699262.

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

Color convert

RGB190255147-
CMYK0.2500.420
HSL96.11º100%78.82%-
HSV(B)96.11º42.35%100%-
XYZ62.2684.5740.65-
YUV223.2584.97104.28-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.09%
GREEN value IS 255 (100% from 255) = 43.07%
BLUE value IS 147 (57.81% from 255) = 24.83%
R=32.09%
G=43.07%
B=24.83%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1902551470.2500.42096.1110078.82
HexBEFF931902A060644f
Octal276377223310520140144117
Binary1011111011111111100100111100101010100110000011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFF93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFF93; }

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

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

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

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

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

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

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

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